Color Hex Logo

#7cc8de Color Hex

#7CC8DE
(124,200,222)
0 Favorites   0 Comments

Color spaces of #7cc8de

RGB 124200222
HSL0.540.600.68
HSV193°44°87°
CMYK 0.440.100.00   0.13
XYZ42.151350.867676.7041
Yxy50.86760.24840.2997
Hunter Lab71.3215-19.3185-13.8395
CIE-Lab76.5987-17.8377-18.3044

#7cc8de color RGB value is (124,200,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001000 11011110
Octal 174 310 336
Decimal 124 200 222
Hex 7C C8 DE

RGB Percentages of Color #7cc8de

%22.71
%36.63
%40.66

CMYK Percentages of Color #7cc8de

%44
%10
%0
%13

Triadic Colors of #7cc8de

#7cc8de #de7cc8 #c8de7c

Analogous Colors of #7cc8de

#7cc8de #7c97de #7cdec3

Monochromatic Colors of #7cc8de

#7cc8de

Complementary Color

#7cc8de #de927c

#7cc8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc8de Color CSS Codes

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

#7cc8de Text Font Color

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

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


#7cc8de Background Color

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

This div background color is #7cc8de


#7cc8de Border Color

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

This div border color is #7cc8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc8de


Comments

No comments written yet.

Please login to write comment.