Color Hex Logo

#cef4ef Color Hex

#CEF4EF
(206,244,239)
0 Favorites   0 Comments

Color spaces of #cef4ef

RGB 206244239
HSL0.480.630.88
HSV172°16°96°
CMYK 0.160.000.02   0.04
XYZ73.384384.055294.0179
Yxy84.05520.29180.3343
Hunter Lab91.6816-17.56693.3763
CIE-Lab93.4745-13.1768-1.7006

#cef4ef color RGB value is (206,244,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 11101111
Octal 316 364 357
Decimal 206 244 239
Hex CE F4 EF

RGB Percentages of Color #cef4ef

%29.90
%35.41
%34.69

CMYK Percentages of Color #cef4ef

%16
%0
%2
%4

Triadic Colors of #cef4ef

#cef4ef #efcef4 #f4efce

Analogous Colors of #cef4ef

#cef4ef #cee6f4 #cef4dc

Monochromatic Colors of #cef4ef

#cef4ef

Complementary Color

#cef4ef #f4ced3

#cef4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef4ef Color CSS Codes

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

#cef4ef Text Font Color

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

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


#cef4ef Background Color

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

This div background color is #cef4ef


#cef4ef Border Color

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

This div border color is #cef4ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,244,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef4ef


Comments

No comments written yet.

Please login to write comment.