Color Hex Logo

#c7eeea Color Hex

#C7EEEA
(199,238,234)
0 Favorites   0 Comments

Color spaces of #c7eeea

RGB 199238234
HSL0.480.530.86
HSV174°16°93°
CMYK 0.160.000.02   0.07
XYZ68.979079.231789.4996
Yxy79.23170.29020.3333
Hunter Lab89.0122-17.44482.6939
CIE-Lab91.3390-13.3409-2.2813

#c7eeea color RGB value is (199,238,234).

#c7eeea hex color red value is 199, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c7eeea hue: 0.48 , saturation: 0.53 and the lightness value of c7eeea is 0.86.

The process color (four color CMYK) of #c7eeea color hex is 0.16, 0.00, 0.02, 0.07. Web safe color of #c7eeea is #ccffff. Color #c7eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101110 11101010
Octal 307 356 352
Decimal 199 238 234
Hex C7 EE EA

RGB Percentages of Color #c7eeea

%29.66
%35.47
%34.87

CMYK Percentages of Color #c7eeea

%16
%0
%2
%7

Triadic Colors of #c7eeea

#c7eeea #eac7ee #eeeac7

Analogous Colors of #c7eeea

#c7eeea #c7dfee #c7eed7

Monochromatic Colors of #c7eeea

#c7eeea

Complementary Color

#c7eeea #eec7cb

#c7eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eeea Color CSS Codes

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

#c7eeea Text Font Color

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

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


#c7eeea Background Color

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

This div background color is #c7eeea


#c7eeea Border Color

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

This div border color is #c7eeea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,238,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7eeea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7eeea;
  -webkit-box-shadow: 1px 1px 3px 2px #c7eeea;
  box-shadow:         1px 1px 3px 2px #c7eeea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,238,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eeea


Comments

No comments written yet.

Please login to write comment.