Color Hex Logo

#cef490 Color Hex

#CEF490
(206,244,144)
0 Favorites   0 Comments

Color spaces of #cef490

RGB 206244144
HSL0.230.820.76
HSV83°41°96°
CMYK 0.160.000.41   0.04
XYZ62.838379.836838.4837
Yxy79.83680.34690.4407
Hunter Lab89.3514-30.831137.0098
CIE-Lab91.6116-28.265644.1309

#cef490 color RGB value is (206,244,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 10010000
Octal 316 364 220
Decimal 206 244 144
Hex CE F4 90

RGB Percentages of Color #cef490

%34.68
%41.08
%24.24

CMYK Percentages of Color #cef490

%16
%0
%41
%4

Triadic Colors of #cef490

#cef490 #90cef4 #f490ce

Analogous Colors of #cef490

#cef490 #9cf490 #f4e890

Monochromatic Colors of #cef490

#cef490

Complementary Color

#cef490 #b690f4

#cef490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef490 Color CSS Codes

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

#cef490 Text Font Color

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

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


#cef490 Background Color

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

This div background color is #cef490


#cef490 Border Color

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

This div border color is #cef490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef490


Comments

No comments written yet.

Please login to write comment.