Color Hex Logo

#7dbdfc Color Hex

#7DBDFC
(125,189,252)
0 Favorites   0 Comments

Color spaces of #7dbdfc

RGB 125189252
HSL0.580.950.74
HSV210°50°99°
CMYK 0.500.250.00   0.01
XYZ44.225747.783498.9876
Yxy47.78340.23160.2502
Hunter Lab69.1255-6.7675-36.5153
CIE-Lab74.6881-3.4472-37.3890

#7dbdfc color RGB value is (125,189,252).

#7dbdfc hex color red value is 125, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7dbdfc hue: 0.58 , saturation: 0.95 and the lightness value of 7dbdfc is 0.74.

The process color (four color CMYK) of #7dbdfc color hex is 0.50, 0.25, 0.00, 0.01. Web safe color of #7dbdfc is #66ccff. Color #7dbdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111101 11111100
Octal 175 275 374
Decimal 125 189 252
Hex 7D BD FC

RGB Percentages of Color #7dbdfc

%22.08
%33.39
%44.52

CMYK Percentages of Color #7dbdfc

%50
%25
%0
%1

Triadic Colors of #7dbdfc

#7dbdfc #fc7dbd #bdfc7d

Analogous Colors of #7dbdfc

#7dbdfc #7d7efc #7dfcfc

Monochromatic Colors of #7dbdfc

#7dbdfc

Complementary Color

#7dbdfc #fcbc7d

#7dbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbdfc Color CSS Codes

.mybgcolor {background-color:#7dbdfc; } 
.myforecolor {color:#7dbdfc; }
.mybordercolor {border:3px solid #7dbdfc; }

#7dbdfc Text Font Color

<p style="color:#7dbdfc">Text here</p>

This sample text font color is #7dbdfc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7dbdfc Background Color

<div style="background-color:#7dbdfc">
Div content here</div>

This div background color is #7dbdfc


#7dbdfc Border Color

<div style="border:3px solid #7dbdfc">
Div here</div>

This div border color is #7dbdfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,189,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dbdfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dbdfc;
  -webkit-box-shadow: 1px 1px 3px 2px #7dbdfc;
  box-shadow:         1px 1px 3px 2px #7dbdfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,189,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7dbdfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7dbdfc;
  -webkit-box-shadow: 1px 1px 3px 2px #7dbdfc;
  box-shadow:         1px 1px 3px 2px #7dbdfc;">
Div content here</div>

This div box has shadow with color #7dbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.