Color Hex Logo

#7db9ce Color Hex

#7DB9CE
(125,185,206)
0 Favorites   0 Comments

Color spaces of #7db9ce

RGB 125185206
HSL0.540.450.65
HSV196°39°81°
CMYK 0.390.100.00   0.19
XYZ36.947043.514164.8443
Yxy43.51410.25430.2995
Hunter Lab65.9652-15.4616-12.1069
CIE-Lab71.9025-13.9820-16.7116

#7db9ce color RGB value is (125,185,206).

#7db9ce hex color red value is 125, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7db9ce hue: 0.54 , saturation: 0.45 and the lightness value of 7db9ce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 11001110
Octal 175 271 316
Decimal 125 185 206
Hex 7D B9 CE

RGB Percentages of Color #7db9ce

%24.22
%35.85
%39.92

CMYK Percentages of Color #7db9ce

%39
%10
%0
%19

Triadic Colors of #7db9ce

#7db9ce #ce7db9 #b9ce7d

Analogous Colors of #7db9ce

#7db9ce #7d91ce #7dcebb

Monochromatic Colors of #7db9ce

#7db9ce

Complementary Color

#7db9ce #ce927d

#7db9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db9ce Color CSS Codes

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

#7db9ce Text Font Color

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

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


#7db9ce Background Color

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

This div background color is #7db9ce


#7db9ce Border Color

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

This div border color is #7db9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db9ce


Comments

No comments written yet.

Please login to write comment.