Color Hex Logo

#cef30b Color Hex

#CEF30B
(206,243,11)
0 Favorites   0 Comments

Color spaces of #cef30b

RGB 20624311
HSL0.190.910.50
HSV70°95°95°
CMYK 0.150.000.95   0.05
XYZ57.564677.247212.1928
Yxy77.24720.39160.5255
Hunter Lab87.8904-36.898053.2981
CIE-Lab90.4353-35.738387.1089

#cef30b color RGB value is (206,243,11).

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

The process color (four color CMYK) of #cef30b color hex is 0.15, 0.00, 0.95, 0.05. Web safe color of #cef30b is #ccff00. Color #cef30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00001011
Octal 316 363 13
Decimal 206 243 11
Hex CE F3 B

RGB Percentages of Color #cef30b

%44.78
%52.83
%2.39

CMYK Percentages of Color #cef30b

%15
%0
%95
%5

Triadic Colors of #cef30b

#cef30b #0bcef3 #f30bce

Analogous Colors of #cef30b

#cef30b #5af30b #f3a40b

Monochromatic Colors of #cef30b

#cef30b

Complementary Color

#cef30b #300bf3

#cef30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef30b Color CSS Codes

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

#cef30b Text Font Color

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

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


#cef30b Background Color

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

This div background color is #cef30b


#cef30b Border Color

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

This div border color is #cef30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef30b


Comments

No comments written yet.

Please login to write comment.