Color Hex Logo

#cef31b Color Hex

#CEF31B
(206,243,27)
0 Favorites   0 Comments

Color spaces of #cef31b

RGB 20624327
HSL0.200.900.53
HSV70°89°95°
CMYK 0.150.000.89   0.05
XYZ57.702077.302112.9165
Yxy77.30210.39010.5226
Hunter Lab87.9216-36.715252.8349
CIE-Lab90.4605-35.510785.2817

#cef31b color RGB value is (206,243,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 00011011
Octal 316 363 33
Decimal 206 243 27
Hex CE F3 1B

RGB Percentages of Color #cef31b

%43.28
%51.05
%5.67

CMYK Percentages of Color #cef31b

%15
%0
%89
%5

Triadic Colors of #cef31b

#cef31b #1bcef3 #f31bce

Analogous Colors of #cef31b

#cef31b #62f31b #f3ac1b

Monochromatic Colors of #cef31b

#cef31b

Complementary Color

#cef31b #401bf3

#cef31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef31b Color CSS Codes

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

#cef31b Text Font Color

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

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


#cef31b Background Color

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

This div background color is #cef31b


#cef31b Border Color

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

This div border color is #cef31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef31b


Comments

No comments written yet.

Please login to write comment.