Color Hex Logo

#cef60a Color Hex

#CEF60A
(206,246,10)
0 Favorites   0 Comments

Color spaces of #cef60a

RGB 20624610
HSL0.190.930.50
HSV70°96°96°
CMYK 0.160.000.96   0.04
XYZ58.464279.055312.4650
Yxy79.05530.38980.5271
Hunter Lab88.9130-38.226353.9271
CIE-Lab91.2593-37.097987.8176

#cef60a color RGB value is (206,246,10).

#cef60a hex color red value is 206, green value is 246 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cef60a hue: 0.19 , saturation: 0.93 and the lightness value of cef60a is 0.50.

The process color (four color CMYK) of #cef60a color hex is 0.16, 0.00, 0.96, 0.04. Web safe color of #cef60a is #ccff00. Color #cef60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 00001010
Octal 316 366 12
Decimal 206 246 10
Hex CE F6 A

RGB Percentages of Color #cef60a

%44.59
%53.25
%2.16

CMYK Percentages of Color #cef60a

%16
%0
%96
%4

Triadic Colors of #cef60a

#cef60a #0acef6 #f60ace

Analogous Colors of #cef60a

#cef60a #58f60a #f6a80a

Monochromatic Colors of #cef60a

#cef60a

Complementary Color

#cef60a #320af6

#cef60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef60a Color CSS Codes

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

#cef60a Text Font Color

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

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


#cef60a Background Color

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

This div background color is #cef60a


#cef60a Border Color

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

This div border color is #cef60a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,246,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef60a


Comments

No comments written yet.

Please login to write comment.