Color Hex Logo

#cef50c Color Hex

#CEF50C
(206,245,12)
0 Favorites   0 Comments

Color spaces of #cef50c

RGB 20624512
HSL0.190.920.50
HSV70°95°96°
CMYK 0.160.000.95   0.04
XYZ58.172478.453212.4248
Yxy78.45320.39030.5264
Hunter Lab88.5738-37.771253.6847
CIE-Lab90.9863-36.629887.4514

#cef50c color RGB value is (206,245,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110101 00001100
Octal 316 365 14
Decimal 206 245 12
Hex CE F5 C

RGB Percentages of Color #cef50c

%44.49
%52.92
%2.59

CMYK Percentages of Color #cef50c

%16
%0
%95
%4

Triadic Colors of #cef50c

#cef50c #0ccef5 #f50cce

Analogous Colors of #cef50c

#cef50c #5af50c #f5a80c

Monochromatic Colors of #cef50c

#cef50c

Complementary Color

#cef50c #330cf5

#cef50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef50c Color CSS Codes

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

#cef50c Text Font Color

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

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


#cef50c Background Color

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

This div background color is #cef50c


#cef50c Border Color

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

This div border color is #cef50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef50c


Comments

No comments written yet.

Please login to write comment.