Color Hex Logo

#cef2ea Color Hex

#CEF2EA
(206,242,234)
0 Favorites   0 Comments

Color spaces of #cef2ea

RGB 206242234
HSL0.460.580.88
HSV167°15°95°
CMYK 0.150.000.03   0.05
XYZ72.057082.566689.9810
Yxy82.56660.29460.3376
Hunter Lab90.8662-17.46504.8939
CIE-Lab92.8244-13.1569-0.0556

#cef2ea color RGB value is (206,242,234).

#cef2ea hex color red value is 206, green value is 242 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cef2ea hue: 0.46 , saturation: 0.58 and the lightness value of cef2ea is 0.88.

The process color (four color CMYK) of #cef2ea color hex is 0.15, 0.00, 0.03, 0.05. Web safe color of #cef2ea is #ccffff. Color #cef2ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 11101010
Octal 316 362 352
Decimal 206 242 234
Hex CE F2 EA

RGB Percentages of Color #cef2ea

%30.21
%35.48
%34.31

CMYK Percentages of Color #cef2ea

%15
%0
%3
%5

Triadic Colors of #cef2ea

#cef2ea #eacef2 #f2eace

Analogous Colors of #cef2ea

#cef2ea #cee8f2 #cef2d8

Monochromatic Colors of #cef2ea

#cef2ea

Complementary Color

#cef2ea #f2ced6

#cef2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef2ea Color CSS Codes

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

#cef2ea Text Font Color

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

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


#cef2ea Background Color

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

This div background color is #cef2ea


#cef2ea Border Color

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

This div border color is #cef2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef2ea


Comments

No comments written yet.

Please login to write comment.