Color Hex Logo

#cffe2a Color Hex

#CFFE2A
(207,254,42)
0 Favorites   0 Comments

Color spaces of #cffe2a

RGB 20725442
HSL0.200.990.58
HSV73°83°100°
CMYK 0.190.000.83   0.00
XYZ61.591984.316215.2189
Yxy84.31620.38230.5233
Hunter Lab91.8239-40.960854.4500
CIE-Lab93.5877-39.682485.1505

#cffe2a color RGB value is (207,254,42).

#cffe2a hex color red value is 207, green value is 254 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cffe2a hue: 0.20 , saturation: 0.99 and the lightness value of cffe2a is 0.58.

The process color (four color CMYK) of #cffe2a color hex is 0.19, 0.00, 0.83, 0.00. Web safe color of #cffe2a is #ccff33. Color #cffe2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 00101010
Octal 317 376 52
Decimal 207 254 42
Hex CF FE 2A

RGB Percentages of Color #cffe2a

%41.15
%50.50
%8.35

CMYK Percentages of Color #cffe2a

%19
%0
%83
%0

Triadic Colors of #cffe2a

#cffe2a #2acffe #fe2acf

Analogous Colors of #cffe2a

#cffe2a #65fe2a #fec32a

Monochromatic Colors of #cffe2a

#cffe2a

Complementary Color

#cffe2a #592afe

#cffe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffe2a Color CSS Codes

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

#cffe2a Text Font Color

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

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


#cffe2a Background Color

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

This div background color is #cffe2a


#cffe2a Border Color

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

This div border color is #cffe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffe2a


Comments

No comments written yet.

Please login to write comment.