Color Hex Logo

#cef11d Color Hex

#CEF11D
(206,241,29)
0 Favorites   0 Comments

Color spaces of #cef11d

RGB 20624129
HSL0.190.880.53
HSV70°88°95°
CMYK 0.150.000.88   0.05
XYZ57.130776.121112.8441
Yxy76.12110.39100.5210
Hunter Lab87.2474-35.798952.3448
CIE-Lab89.9155-34.563684.5261

#cef11d color RGB value is (206,241,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 00011101
Octal 316 361 35
Decimal 206 241 29
Hex CE F1 1D

RGB Percentages of Color #cef11d

%43.28
%50.63
%6.09

CMYK Percentages of Color #cef11d

%15
%0
%88
%5

Triadic Colors of #cef11d

#cef11d #1dcef1 #f11dce

Analogous Colors of #cef11d

#cef11d #64f11d #f1aa1d

Monochromatic Colors of #cef11d

#cef11d

Complementary Color

#cef11d #401df1

#cef11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef11d Color CSS Codes

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

#cef11d Text Font Color

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

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


#cef11d Background Color

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

This div background color is #cef11d


#cef11d Border Color

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

This div border color is #cef11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef11d


Comments

No comments written yet.

Please login to write comment.