Color Hex Logo

#cfeb80 Color Hex

#CFEB80
(207,235,128)
0 Favorites   0 Comments

Color spaces of #cfeb80

RGB 207235128
HSL0.210.730.71
HSV76°46°92°
CMYK 0.120.000.46   0.08
XYZ59.336774.240631.6246
Yxy74.24060.35920.4494
Hunter Lab86.1630-27.860038.5527
CIE-Lab89.0361-25.410148.6468

#cfeb80 color RGB value is (207,235,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 10000000
Octal 317 353 200
Decimal 207 235 128
Hex CF EB 80

RGB Percentages of Color #cfeb80

%36.32
%41.23
%22.46

CMYK Percentages of Color #cfeb80

%12
%0
%46
%8

Triadic Colors of #cfeb80

#cfeb80 #80cfeb #eb80cf

Analogous Colors of #cfeb80

#cfeb80 #9aeb80 #ebd280

Monochromatic Colors of #cfeb80

#cfeb80

Complementary Color

#cfeb80 #9c80eb

#cfeb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb80 Color CSS Codes

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

#cfeb80 Text Font Color

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

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


#cfeb80 Background Color

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

This div background color is #cfeb80


#cfeb80 Border Color

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

This div border color is #cfeb80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,235,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb80


Comments

No comments written yet.

Please login to write comment.