Color Hex Logo

#cef60e Color Hex

#CEF60E
(206,246,14)
0 Favorites   0 Comments

Color spaces of #cef60e

RGB 20624614
HSL0.200.930.51
HSV70°94°96°
CMYK 0.160.000.94   0.04
XYZ58.488679.065112.5939
Yxy79.06510.38950.5266
Hunter Lab88.9186-38.194253.8455
CIE-Lab91.2637-37.057887.4916

#cef60e color RGB value is (206,246,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 00001110
Octal 316 366 16
Decimal 206 246 14
Hex CE F6 E

RGB Percentages of Color #cef60e

%44.21
%52.79
%3.00

CMYK Percentages of Color #cef60e

%16
%0
%94
%4

Triadic Colors of #cef60e

#cef60e #0ecef6 #f60ece

Analogous Colors of #cef60e

#cef60e #5af60e #f6aa0e

Monochromatic Colors of #cef60e

#cef60e

Complementary Color

#cef60e #360ef6

#cef60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef60e Color CSS Codes

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

#cef60e Text Font Color

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

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


#cef60e Background Color

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

This div background color is #cef60e


#cef60e Border Color

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

This div border color is #cef60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef60e


Comments

No comments written yet.

Please login to write comment.