Color Hex Logo

#cfeb81 Color Hex

#CFEB81
(207,235,129)
0 Favorites   0 Comments

Color spaces of #cfeb81

RGB 207235129
HSL0.210.730.71
HSV76°45°92°
CMYK 0.120.000.45   0.08
XYZ59.402974.267031.9730
Yxy74.26700.35860.4484
Hunter Lab86.1783-27.771638.3276
CIE-Lab89.0485-25.304948.1836

#cfeb81 color RGB value is (207,235,129).

#cfeb81 hex color red value is 207, green value is 235 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cfeb81 hue: 0.21 , saturation: 0.73 and the lightness value of cfeb81 is 0.71.

The process color (four color CMYK) of #cfeb81 color hex is 0.12, 0.00, 0.45, 0.08. Web safe color of #cfeb81 is #ccff99. Color #cfeb81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 10000001
Octal 317 353 201
Decimal 207 235 129
Hex CF EB 81

RGB Percentages of Color #cfeb81

%36.25
%41.16
%22.59

CMYK Percentages of Color #cfeb81

%12
%0
%45
%8

Triadic Colors of #cfeb81

#cfeb81 #81cfeb #eb81cf

Analogous Colors of #cfeb81

#cfeb81 #9aeb81 #ebd281

Monochromatic Colors of #cfeb81

#cfeb81

Complementary Color

#cfeb81 #9d81eb

#cfeb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb81 Color CSS Codes

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

#cfeb81 Text Font Color

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

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


#cfeb81 Background Color

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

This div background color is #cfeb81


#cfeb81 Border Color

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

This div border color is #cfeb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb81


Comments

No comments written yet.

Please login to write comment.