Color Hex Logo

#cef4ea Color Hex

#CEF4EA
(206,244,234)
0 Favorites   0 Comments

Color spaces of #cef4ea

RGB 206244234
HSL0.460.630.88
HSV164°16°96°
CMYK 0.160.000.04   0.04
XYZ72.655683.763790.1806
Yxy83.76370.29460.3397
Hunter Lab91.5225-18.46135.6451
CIE-Lab93.3478-14.15400.7081

#cef4ea color RGB value is (206,244,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 11101010
Octal 316 364 352
Decimal 206 244 234
Hex CE F4 EA

RGB Percentages of Color #cef4ea

%30.12
%35.67
%34.21

CMYK Percentages of Color #cef4ea

%16
%0
%4
%4

Triadic Colors of #cef4ea

#cef4ea #eacef4 #f4eace

Analogous Colors of #cef4ea

#cef4ea #ceebf4 #cef4d7

Monochromatic Colors of #cef4ea

#cef4ea

Complementary Color

#cef4ea #f4ced8

#cef4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef4ea Color CSS Codes

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

#cef4ea Text Font Color

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

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


#cef4ea Background Color

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

This div background color is #cef4ea


#cef4ea Border Color

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

This div border color is #cef4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef4ea


Comments

No comments written yet.

Please login to write comment.