Color Hex Logo

#7dbccc Color Hex

#7DBCCC
(125,188,204)
0 Favorites   0 Comments

Color spaces of #7dbccc

RGB 125188204
HSL0.530.440.65
HSV192°39°80°
CMYK 0.390.080.00   0.20
XYZ37.339844.686063.7840
Yxy44.68600.25610.3065
Hunter Lab66.8476-17.2766-9.7795
CIE-Lab72.6847-16.0647-14.4409

#7dbccc color RGB value is (125,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111100 11001100
Octal 175 274 314
Decimal 125 188 204
Hex 7D BC CC

RGB Percentages of Color #7dbccc

%24.18
%36.36
%39.46

CMYK Percentages of Color #7dbccc

%39
%8
%0
%20

Triadic Colors of #7dbccc

#7dbccc #cc7dbc #bccc7d

Analogous Colors of #7dbccc

#7dbccc #7d95cc #7dccb5

Monochromatic Colors of #7dbccc

#7dbccc

Complementary Color

#7dbccc #cc8d7d

#7dbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbccc Color CSS Codes

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

#7dbccc Text Font Color

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

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


#7dbccc Background Color

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

This div background color is #7dbccc


#7dbccc Border Color

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

This div border color is #7dbccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,188,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 #7dbccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbccc


Comments

No comments written yet.

Please login to write comment.