Color Hex Logo

#7dbdcc Color Hex

#7DBDCC
(125,189,204)
0 Favorites   0 Comments

Color spaces of #7dbdcc

RGB 125189204
HSL0.530.440.65
HSV191°39°80°
CMYK 0.390.070.00   0.20
XYZ37.554145.114863.8555
Yxy45.11480.25630.3079
Hunter Lab67.1676-17.7419-9.3491
CIE-Lab72.9674-16.5843-14.0158

#7dbdcc color RGB value is (125,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111101 11001100
Octal 175 275 314
Decimal 125 189 204
Hex 7D BD CC

RGB Percentages of Color #7dbdcc

%24.13
%36.49
%39.38

CMYK Percentages of Color #7dbdcc

%39
%7
%0
%20

Triadic Colors of #7dbdcc

#7dbdcc #cc7dbd #bdcc7d

Analogous Colors of #7dbdcc

#7dbdcc #7d96cc #7dccb4

Monochromatic Colors of #7dbdcc

#7dbdcc

Complementary Color

#7dbdcc #cc8c7d

#7dbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbdcc Color CSS Codes

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

#7dbdcc Text Font Color

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

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


#7dbdcc Background Color

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

This div background color is #7dbdcc


#7dbdcc Border Color

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

This div border color is #7dbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbdcc


Comments

No comments written yet.

Please login to write comment.