Color Hex Logo

#cefb2c Color Hex

#CEFB2C
(206,251,44)
0 Favorites   0 Comments

Color spaces of #cefb2c

RGB 20625144
HSL0.200.960.58
HSV73°82°98°
CMYK 0.180.000.82   0.02
XYZ60.405482.298015.0843
Yxy82.29800.38280.5216
Hunter Lab90.7182-39.901453.6442
CIE-Lab92.7062-38.679583.9377

#cefb2c color RGB value is (206,251,44).

#cefb2c hex color red value is 206, green value is 251 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cefb2c hue: 0.20 , saturation: 0.96 and the lightness value of cefb2c is 0.58.

The process color (four color CMYK) of #cefb2c color hex is 0.18, 0.00, 0.82, 0.02. Web safe color of #cefb2c is #ccff33. Color #cefb2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 00101100
Octal 316 373 54
Decimal 206 251 44
Hex CE FB 2C

RGB Percentages of Color #cefb2c

%41.12
%50.10
%8.78

CMYK Percentages of Color #cefb2c

%18
%0
%82
%2

Triadic Colors of #cefb2c

#cefb2c #2ccefb #fb2cce

Analogous Colors of #cefb2c

#cefb2c #67fb2c #fbc12c

Monochromatic Colors of #cefb2c

#cefb2c

Complementary Color

#cefb2c #592cfb

#cefb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb2c Color CSS Codes

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

#cefb2c Text Font Color

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

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


#cefb2c Background Color

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

This div background color is #cefb2c


#cefb2c Border Color

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

This div border color is #cefb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb2c

Related Colors


Comments

No comments written yet.

Please login to write comment.