Color Hex Logo

#cffa80 Color Hex

#CFFA80
(207,250,128)
0 Favorites   0 Comments

Color spaces of #cffa80

RGB 207250128
HSL0.230.920.74
HSV81°49°98°
CMYK 0.170.000.49   0.02
XYZ63.814083.195133.1170
Yxy83.19510.35430.4619
Hunter Lab91.2113-34.736342.3209
CIE-Lab93.0998-32.437453.6016

#cffa80 color RGB value is (207,250,128).

#cffa80 hex color red value is 207, green value is 250 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cffa80 hue: 0.23 , saturation: 0.92 and the lightness value of cffa80 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 10000000
Octal 317 372 200
Decimal 207 250 128
Hex CF FA 80

RGB Percentages of Color #cffa80

%35.38
%42.74
%21.88

CMYK Percentages of Color #cffa80

%17
%0
%49
%2

Triadic Colors of #cffa80

#cffa80 #80cffa #fa80cf

Analogous Colors of #cffa80

#cffa80 #92fa80 #fae880

Monochromatic Colors of #cffa80

#cffa80

Complementary Color

#cffa80 #ab80fa

#cffa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffa80 Color CSS Codes

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

#cffa80 Text Font Color

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

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


#cffa80 Background Color

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

This div background color is #cffa80


#cffa80 Border Color

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

This div border color is #cffa80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffa80


Comments

No comments written yet.

Please login to write comment.