Color Hex Logo

#cef66a Color Hex

#CEF66A
(206,246,106)
0 Favorites   0 Comments

Color spaces of #cef66a

RGB 206246106
HSL0.210.890.69
HSV77°57°96°
CMYK 0.160.000.57   0.04
XYZ61.010980.074025.8759
Yxy80.07400.36540.4796
Hunter Lab89.4841-34.894545.4941
CIE-Lab91.7181-32.988561.8387

#cef66a color RGB value is (206,246,106).

#cef66a hex color red value is 206, green value is 246 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cef66a hue: 0.21 , saturation: 0.89 and the lightness value of cef66a is 0.69.

The process color (four color CMYK) of #cef66a color hex is 0.16, 0.00, 0.57, 0.04. Web safe color of #cef66a is #ccff66. Color #cef66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 01101010
Octal 316 366 152
Decimal 206 246 106
Hex CE F6 6A

RGB Percentages of Color #cef66a

%36.92
%44.09
%19.00

CMYK Percentages of Color #cef66a

%16
%0
%57
%4

Triadic Colors of #cef66a

#cef66a #6acef6 #f66ace

Analogous Colors of #cef66a

#cef66a #88f66a #f6d86a

Monochromatic Colors of #cef66a

#cef66a

Complementary Color

#cef66a #926af6

#cef66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef66a Color CSS Codes

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

#cef66a Text Font Color

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

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


#cef66a Background Color

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

This div background color is #cef66a


#cef66a Border Color

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

This div border color is #cef66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef66a


Comments

No comments written yet.

Please login to write comment.