Color Hex Logo

#cef981 Color Hex

#CEF981
(206,249,129)
0 Favorites   0 Comments

Color spaces of #cef981

RGB 206249129
HSL0.230.910.74
HSV82°48°98°
CMYK 0.170.000.48   0.02
XYZ63.291782.458233.3491
Yxy82.45820.35340.4604
Hunter Lab90.8065-34.497741.7900
CIE-Lab92.7767-32.242652.7311

#cef981 color RGB value is (206,249,129).

#cef981 hex color red value is 206, green value is 249 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cef981 hue: 0.23 , saturation: 0.91 and the lightness value of cef981 is 0.74.

The process color (four color CMYK) of #cef981 color hex is 0.17, 0.00, 0.48, 0.02. Web safe color of #cef981 is #ccff99. Color #cef981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 10000001
Octal 316 371 201
Decimal 206 249 129
Hex CE F9 81

RGB Percentages of Color #cef981

%35.27
%42.64
%22.09

CMYK Percentages of Color #cef981

%17
%0
%48
%2

Triadic Colors of #cef981

#cef981 #81cef9 #f981ce

Analogous Colors of #cef981

#cef981 #92f981 #f9e881

Monochromatic Colors of #cef981

#cef981

Complementary Color

#cef981 #ac81f9

#cef981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef981 Color CSS Codes

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

#cef981 Text Font Color

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

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


#cef981 Background Color

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

This div background color is #cef981


#cef981 Border Color

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

This div border color is #cef981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef981

Related Colors


Comments

No comments written yet.

Please login to write comment.