Color Hex Logo

#7dbfcd Color Hex

#7DBFCD
(125,191,205)
0 Favorites   0 Comments

Color spaces of #7dbfcd

RGB 125191205
HSL0.530.440.65
HSV191°39°80°
CMYK 0.390.070.00   0.20
XYZ38.107746.029464.6337
Yxy46.02940.25620.3094
Hunter Lab67.8450-18.4674-8.9922
CIE-Lab73.5646-17.3643-13.6635

#7dbfcd color RGB value is (125,191,205).

#7dbfcd hex color red value is 125, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7dbfcd hue: 0.53 , saturation: 0.44 and the lightness value of 7dbfcd is 0.65.

The process color (four color CMYK) of #7dbfcd color hex is 0.39, 0.07, 0.00, 0.20. Web safe color of #7dbfcd is #66cccc. Color #7dbfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 11001101
Octal 175 277 315
Decimal 125 191 205
Hex 7D BF CD

RGB Percentages of Color #7dbfcd

%23.99
%36.66
%39.35

CMYK Percentages of Color #7dbfcd

%39
%7
%0
%20

Triadic Colors of #7dbfcd

#7dbfcd #cd7dbf #bfcd7d

Analogous Colors of #7dbfcd

#7dbfcd #7d97cd #7dcdb3

Monochromatic Colors of #7dbfcd

#7dbfcd

Complementary Color

#7dbfcd #cd8b7d

#7dbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfcd Color CSS Codes

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

#7dbfcd Text Font Color

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

This sample text font color is #7dbfcd
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.


#7dbfcd Background Color

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

This div background color is #7dbfcd


#7dbfcd Border Color

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

This div border color is #7dbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfcd


Comments

No comments written yet.

Please login to write comment.