Color Hex Logo

#cefe81 Color Hex

#CEFE81
(206,254,129)
0 Favorites   0 Comments

Color spaces of #cefe81

RGB 206254129
HSL0.230.980.75
HSV83°49°100°
CMYK 0.190.000.49   0.00
XYZ64.857985.590433.8711
Yxy85.59040.35190.4644
Hunter Lab92.5151-36.763643.0536
CIE-Lab94.1369-34.533554.3766

#cefe81 color RGB value is (206,254,129).

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

The process color (four color CMYK) of #cefe81 color hex is 0.19, 0.00, 0.49, 0.00. Web safe color of #cefe81 is #ccff99. Color #cefe81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 10000001
Octal 316 376 201
Decimal 206 254 129
Hex CE FE 81

RGB Percentages of Color #cefe81

%34.97
%43.12
%21.90

CMYK Percentages of Color #cefe81

%19
%0
%49
%0

Triadic Colors of #cefe81

#cefe81 #81cefe #fe81ce

Analogous Colors of #cefe81

#cefe81 #90fe81 #fef081

Monochromatic Colors of #cefe81

#cefe81

Complementary Color

#cefe81 #b181fe

#cefe81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe81 Color CSS Codes

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

#cefe81 Text Font Color

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

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


#cefe81 Background Color

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

This div background color is #cefe81


#cefe81 Border Color

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

This div border color is #cefe81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe81


Comments

No comments written yet.

Please login to write comment.