Color Hex Logo

#7db2ce Color Hex

#7DB2CE
(125,178,206)
0 Favorites   0 Comments

Color spaces of #7db2ce

RGB 125178206
HSL0.560.450.65
HSV201°39°81°
CMYK 0.390.140.00   0.19
XYZ35.518440.657064.3681
Yxy40.65700.25270.2893
Hunter Lab63.7628-12.1535-15.2188
CIE-Lab69.9349-10.2662-19.6910

#7db2ce color RGB value is (125,178,206).

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

The process color (four color CMYK) of #7db2ce color hex is 0.39, 0.14, 0.00, 0.19. Web safe color of #7db2ce is #6699cc. Color #7db2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110010 11001110
Octal 175 262 316
Decimal 125 178 206
Hex 7D B2 CE

RGB Percentages of Color #7db2ce

%24.56
%34.97
%40.47

CMYK Percentages of Color #7db2ce

%39
%14
%0
%19

Triadic Colors of #7db2ce

#7db2ce #ce7db2 #b2ce7d

Analogous Colors of #7db2ce

#7db2ce #7d8ace #7dcec2

Monochromatic Colors of #7db2ce

#7db2ce

Complementary Color

#7db2ce #ce997d

#7db2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db2ce Color CSS Codes

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

#7db2ce Text Font Color

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

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


#7db2ce Background Color

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

This div background color is #7db2ce


#7db2ce Border Color

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

This div border color is #7db2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db2ce


Comments

No comments written yet.

Please login to write comment.