Color Hex Logo

#c7efea Color Hex

#C7EFEA
(199,239,234)
0 Favorites   0 Comments

Color spaces of #c7efea

RGB 199239234
HSL0.480.560.86
HSV173°17°94°
CMYK 0.170.000.02   0.06
XYZ69.271079.815689.5969
Yxy79.81560.29020.3344
Hunter Lab89.3396-17.94123.0769
CIE-Lab91.6021-13.8415-1.8956

#c7efea color RGB value is (199,239,234).

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

The process color (four color CMYK) of #c7efea color hex is 0.17, 0.00, 0.02, 0.06. Web safe color of #c7efea is #ccffff. Color #c7efea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101111 11101010
Octal 307 357 352
Decimal 199 239 234
Hex C7 EF EA

RGB Percentages of Color #c7efea

%29.61
%35.57
%34.82

CMYK Percentages of Color #c7efea

%17
%0
%2
%6

Triadic Colors of #c7efea

#c7efea #eac7ef #efeac7

Analogous Colors of #c7efea

#c7efea #c7e0ef #c7efd6

Monochromatic Colors of #c7efea

#c7efea

Complementary Color

#c7efea #efc7cc

#c7efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7efea Color CSS Codes

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

#c7efea Text Font Color

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

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


#c7efea Background Color

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

This div background color is #c7efea


#c7efea Border Color

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

This div border color is #c7efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7efea


Comments

No comments written yet.

Please login to write comment.