Color Hex Logo

#cefe21 Color Hex

#CEFE21
(206,254,33)
0 Favorites   0 Comments

Color spaces of #cefe21

RGB 20625433
HSL0.200.990.56
HSV73°87°100°
CMYK 0.190.000.87   0.00
XYZ61.169984.115214.4507
Yxy84.11520.38290.5266
Hunter Lab91.7143-41.447554.8582
CIE-Lab93.5005-40.297286.7769

#cefe21 color RGB value is (206,254,33).

#cefe21 hex color red value is 206, green value is 254 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cefe21 hue: 0.20 , saturation: 0.99 and the lightness value of cefe21 is 0.56.

The process color (four color CMYK) of #cefe21 color hex is 0.19, 0.00, 0.87, 0.00. Web safe color of #cefe21 is #ccff33. Color #cefe21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 00100001
Octal 316 376 41
Decimal 206 254 33
Hex CE FE 21

RGB Percentages of Color #cefe21

%41.78
%51.52
%6.69

CMYK Percentages of Color #cefe21

%19
%0
%87
%0

Triadic Colors of #cefe21

#cefe21 #21cefe #fe21ce

Analogous Colors of #cefe21

#cefe21 #60fe21 #fec021

Monochromatic Colors of #cefe21

#cefe21

Complementary Color

#cefe21 #5121fe

#cefe21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe21 Color CSS Codes

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

#cefe21 Text Font Color

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

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


#cefe21 Background Color

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

This div background color is #cefe21


#cefe21 Border Color

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

This div border color is #cefe21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe21


Comments

No comments written yet.

Please login to write comment.