Color Hex Logo

#cef31e Color Hex

#CEF31E
(206,243,30)
0 Favorites   0 Comments

Color spaces of #cef31e

RGB 20624330
HSL0.200.900.54
HSV70°88°95°
CMYK 0.150.000.88   0.05
XYZ57.738577.316713.1088
Yxy77.31670.38970.5218
Hunter Lab87.9299-36.666752.7118
CIE-Lab90.4672-35.450384.8079

#cef31e color RGB value is (206,243,30).

#cef31e hex color red value is 206, green value is 243 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cef31e hue: 0.20 , saturation: 0.90 and the lightness value of cef31e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00011110
Octal 316 363 36
Decimal 206 243 30
Hex CE F3 1E

RGB Percentages of Color #cef31e

%43.01
%50.73
%6.26

CMYK Percentages of Color #cef31e

%15
%0
%88
%5

Triadic Colors of #cef31e

#cef31e #1ecef3 #f31ece

Analogous Colors of #cef31e

#cef31e #63f31e #f3ae1e

Monochromatic Colors of #cef31e

#cef31e

Complementary Color

#cef31e #431ef3

#cef31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef31e Color CSS Codes

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

#cef31e Text Font Color

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

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


#cef31e Background Color

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

This div background color is #cef31e


#cef31e Border Color

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

This div border color is #cef31e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,243,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 #cef31e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef31e


Comments

No comments written yet.

Please login to write comment.