Color Hex Logo

#cfef2a Color Hex

#CFEF2A
(207,239,42)
0 Favorites   0 Comments

Color spaces of #cfef2a

RGB 20723942
HSL0.190.860.55
HSV70°82°94°
CMYK 0.130.000.82   0.06
XYZ57.016575.165613.6938
Yxy75.16560.39090.5153
Hunter Lab86.6981-34.332251.3239
CIE-Lab89.4705-32.926881.6418

#cfef2a color RGB value is (207,239,42).

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

The process color (four color CMYK) of #cfef2a color hex is 0.13, 0.00, 0.82, 0.06. Web safe color of #cfef2a is #ccff33. Color #cfef2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 00101010
Octal 317 357 52
Decimal 207 239 42
Hex CF EF 2A

RGB Percentages of Color #cfef2a

%42.42
%48.98
%8.61

CMYK Percentages of Color #cfef2a

%13
%0
%82
%6

Triadic Colors of #cfef2a

#cfef2a #2acfef #ef2acf

Analogous Colors of #cfef2a

#cfef2a #6def2a #efad2a

Monochromatic Colors of #cfef2a

#cfef2a

Complementary Color

#cfef2a #4a2aef

#cfef2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef2a Color CSS Codes

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

#cfef2a Text Font Color

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

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


#cfef2a Background Color

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

This div background color is #cfef2a


#cfef2a Border Color

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

This div border color is #cfef2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef2a


Comments

No comments written yet.

Please login to write comment.