Color Hex Logo

#7cb9de Color Hex

#7CB9DE
(124,185,222)
0 Favorites   0 Comments

Color spaces of #7cb9de

RGB 124185222
HSL0.560.600.68
HSV203°44°87°
CMYK 0.440.170.00   0.13
XYZ38.846044.256975.6023
Yxy44.25690.24480.2789
Hunter Lab66.5259-12.1899-20.8111
CIE-Lab72.3999-9.9781-24.6877

#7cb9de color RGB value is (124,185,222).

#7cb9de hex color red value is 124, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7cb9de hue: 0.56 , saturation: 0.60 and the lightness value of 7cb9de is 0.68.

The process color (four color CMYK) of #7cb9de color hex is 0.44, 0.17, 0.00, 0.13. Web safe color of #7cb9de is #66cccc. Color #7cb9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111001 11011110
Octal 174 271 336
Decimal 124 185 222
Hex 7C B9 DE

RGB Percentages of Color #7cb9de

%23.35
%34.84
%41.81

CMYK Percentages of Color #7cb9de

%44
%17
%0
%13

Triadic Colors of #7cb9de

#7cb9de #de7cb9 #b9de7c

Analogous Colors of #7cb9de

#7cb9de #7c88de #7cded2

Monochromatic Colors of #7cb9de

#7cb9de

Complementary Color

#7cb9de #dea17c

#7cb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb9de Color CSS Codes

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

#7cb9de Text Font Color

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

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


#7cb9de Background Color

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

This div background color is #7cb9de


#7cb9de Border Color

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

This div border color is #7cb9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb9de


Comments

No comments written yet.

Please login to write comment.