Color Hex Logo

#cfe72a Color Hex

#CFE72A
(207,231,42)
0 Favorites   0 Comments

Color spaces of #cfe72a

RGB 20723142
HSL0.190.800.54
HSV68°82°91°
CMYK 0.100.000.82   0.09
XYZ54.726070.584412.9303
Yxy70.58440.39590.5106
Hunter Lab84.0145-30.752849.6851
CIE-Lab87.2827-29.220779.7677

#cfe72a color RGB value is (207,231,42).

#cfe72a hex color red value is 207, green value is 231 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cfe72a hue: 0.19 , saturation: 0.80 and the lightness value of cfe72a is 0.54.

The process color (four color CMYK) of #cfe72a color hex is 0.10, 0.00, 0.82, 0.09. Web safe color of #cfe72a is #ccff33. Color #cfe72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 00101010
Octal 317 347 52
Decimal 207 231 42
Hex CF E7 2A

RGB Percentages of Color #cfe72a

%43.13
%48.13
%8.75

CMYK Percentages of Color #cfe72a

%10
%0
%82
%9

Triadic Colors of #cfe72a

#cfe72a #2acfe7 #e72acf

Analogous Colors of #cfe72a

#cfe72a #71e72a #e7a12a

Monochromatic Colors of #cfe72a

#cfe72a

Complementary Color

#cfe72a #422ae7

#cfe72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe72a Color CSS Codes

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

#cfe72a Text Font Color

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

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


#cfe72a Background Color

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

This div background color is #cfe72a


#cfe72a Border Color

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

This div border color is #cfe72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe72a


Comments

No comments written yet.

Please login to write comment.