Color Hex Logo

#cfef6a Color Hex

#CFEF6A
(207,239,106)
0 Favorites   0 Comments

Color spaces of #cfef6a

RGB 207239106
HSL0.210.810.68
HSV74°56°94°
CMYK 0.130.000.56   0.06
XYZ59.200176.039025.1925
Yxy76.03900.36900.4740
Hunter Lab87.2003-31.417443.9111
CIE-Lab89.8774-29.364959.7656

#cfef6a color RGB value is (207,239,106).

#cfef6a hex color red value is 207, green value is 239 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cfef6a hue: 0.21 , saturation: 0.81 and the lightness value of cfef6a is 0.68.

The process color (four color CMYK) of #cfef6a color hex is 0.13, 0.00, 0.56, 0.06. Web safe color of #cfef6a is #ccff66. Color #cfef6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 01101010
Octal 317 357 152
Decimal 207 239 106
Hex CF EF 6A

RGB Percentages of Color #cfef6a

%37.50
%43.30
%19.20

CMYK Percentages of Color #cfef6a

%13
%0
%56
%6

Triadic Colors of #cfef6a

#cfef6a #6acfef #ef6acf

Analogous Colors of #cfef6a

#cfef6a #8def6a #efcd6a

Monochromatic Colors of #cfef6a

#cfef6a

Complementary Color

#cfef6a #8a6aef

#cfef6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef6a Color CSS Codes

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

#cfef6a Text Font Color

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

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


#cfef6a Background Color

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

This div background color is #cfef6a


#cfef6a Border Color

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

This div border color is #cfef6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef6a


Comments

No comments written yet.

Please login to write comment.