Color Hex Logo

#cefc31 Color Hex

#CEFC31
(206,252,49)
0 Favorites   0 Comments

Color spaces of #cefc31

RGB 20625249
HSL0.200.970.59
HSV74°81°99°
CMYK 0.180.000.81   0.01
XYZ60.818482.964415.7140
Yxy82.96440.38130.5202
Hunter Lab91.0848-40.211853.5306
CIE-Lab92.9988-38.963383.0218

#cefc31 color RGB value is (206,252,49).

#cefc31 hex color red value is 206, green value is 252 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cefc31 hue: 0.20 , saturation: 0.97 and the lightness value of cefc31 is 0.59.

The process color (four color CMYK) of #cefc31 color hex is 0.18, 0.00, 0.81, 0.01. Web safe color of #cefc31 is #ccff33. Color #cefc31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 00110001
Octal 316 374 61
Decimal 206 252 49
Hex CE FC 31

RGB Percentages of Color #cefc31

%40.63
%49.70
%9.66

CMYK Percentages of Color #cefc31

%18
%0
%81
%1

Triadic Colors of #cefc31

#cefc31 #31cefc #fc31ce

Analogous Colors of #cefc31

#cefc31 #69fc31 #fcc531

Monochromatic Colors of #cefc31

#cefc31

Complementary Color

#cefc31 #5f31fc

#cefc31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc31 Color CSS Codes

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

#cefc31 Text Font Color

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

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


#cefc31 Background Color

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

This div background color is #cefc31


#cefc31 Border Color

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

This div border color is #cefc31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc31


Comments

No comments written yet.

Please login to write comment.