Color Hex Logo

#cef4ae Color Hex

#CEF4AE
(206,244,174)
0 Favorites   0 Comments

Color spaces of #cef4ae

RGB 206244174
HSL0.260.760.82
HSV93°29°96°
CMYK 0.160.000.29   0.04
XYZ65.444380.879252.2064
Yxy80.87920.32960.4074
Hunter Lab89.9329-27.487828.5349
CIE-Lab92.0779-24.335729.8039

#cef4ae color RGB value is (206,244,174).

#cef4ae hex color red value is 206, green value is 244 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cef4ae hue: 0.26 , saturation: 0.76 and the lightness value of cef4ae is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 10101110
Octal 316 364 256
Decimal 206 244 174
Hex CE F4 AE

RGB Percentages of Color #cef4ae

%33.01
%39.10
%27.88

CMYK Percentages of Color #cef4ae

%16
%0
%29
%4

Triadic Colors of #cef4ae

#cef4ae #aecef4 #f4aece

Analogous Colors of #cef4ae

#cef4ae #aef4b1 #f1f4ae

Monochromatic Colors of #cef4ae

#cef4ae

Complementary Color

#cef4ae #d4aef4

#cef4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef4ae Color CSS Codes

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

#cef4ae Text Font Color

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

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


#cef4ae Background Color

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

This div background color is #cef4ae


#cef4ae Border Color

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

This div border color is #cef4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef4ae


Comments

No comments written yet.

Please login to write comment.