Color Hex Logo

#cef64e Color Hex

#CEF64E
(206,246,78)
0 Favorites   0 Comments

Color spaces of #cef64e

RGB 20624678
HSL0.210.900.64
HSV74°68°96°
CMYK 0.160.000.68   0.04
XYZ59.784579.583419.4179
Yxy79.58340.37650.5012
Hunter Lab89.2095-36.493449.5412
CIE-Lab91.4976-34.947972.7652

#cef64e color RGB value is (206,246,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 01001110
Octal 316 366 116
Decimal 206 246 78
Hex CE F6 4E

RGB Percentages of Color #cef64e

%38.87
%46.42
%14.72

CMYK Percentages of Color #cef64e

%16
%0
%68
%4

Triadic Colors of #cef64e

#cef64e #4ecef6 #f64ece

Analogous Colors of #cef64e

#cef64e #7af64e #f6ca4e

Monochromatic Colors of #cef64e

#cef64e

Complementary Color

#cef64e #764ef6

#cef64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef64e Color CSS Codes

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

#cef64e Text Font Color

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

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


#cef64e Background Color

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

This div background color is #cef64e


#cef64e Border Color

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

This div border color is #cef64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef64e


Comments

No comments written yet.

Please login to write comment.