Color Hex Logo

#cef11e Color Hex

#CEF11E
(206,241,30)
0 Favorites   0 Comments

Color spaces of #cef11e

RGB 20624130
HSL0.190.880.53
HSV70°88°95°
CMYK 0.150.000.88   0.05
XYZ57.143276.126112.9103
Yxy76.12610.39090.5208
Hunter Lab87.2503-35.782252.3021
CIE-Lab89.9179-34.542984.3618

#cef11e color RGB value is (206,241,30).

#cef11e hex color red value is 206, green value is 241 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cef11e hue: 0.19 , saturation: 0.88 and the lightness value of cef11e is 0.53.

The process color (four color CMYK) of #cef11e color hex is 0.15, 0.00, 0.88, 0.05. Web safe color of #cef11e is #ccff33. Color #cef11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 00011110
Octal 316 361 36
Decimal 206 241 30
Hex CE F1 1E

RGB Percentages of Color #cef11e

%43.19
%50.52
%6.29

CMYK Percentages of Color #cef11e

%15
%0
%88
%5

Triadic Colors of #cef11e

#cef11e #1ecef1 #f11ece

Analogous Colors of #cef11e

#cef11e #65f11e #f1ab1e

Monochromatic Colors of #cef11e

#cef11e

Complementary Color

#cef11e #411ef1

#cef11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef11e Color CSS Codes

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

#cef11e Text Font Color

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

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


#cef11e Background Color

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

This div background color is #cef11e


#cef11e Border Color

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

This div border color is #cef11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef11e


Comments

No comments written yet.

Please login to write comment.