Color Hex Logo

#cefe41 Color Hex

#CEFE41
(206,254,65)
0 Favorites   0 Comments

Color spaces of #cefe41

RGB 20625465
HSL0.210.990.63
HSV75°74°100°
CMYK 0.190.000.74   0.00
XYZ61.849584.387118.0296
Yxy84.38710.37650.5137
Hunter Lab91.8625-40.578152.6670
CIE-Lab93.6184-39.212479.1711

#cefe41 color RGB value is (206,254,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 01000001
Octal 316 376 101
Decimal 206 254 65
Hex CE FE 41

RGB Percentages of Color #cefe41

%39.24
%48.38
%12.38

CMYK Percentages of Color #cefe41

%19
%0
%74
%0

Triadic Colors of #cefe41

#cefe41 #41cefe #fe41ce

Analogous Colors of #cefe41

#cefe41 #70fe41 #fed041

Monochromatic Colors of #cefe41

#cefe41

Complementary Color

#cefe41 #7141fe

#cefe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe41 Color CSS Codes

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

#cefe41 Text Font Color

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

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


#cefe41 Background Color

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

This div background color is #cefe41


#cefe41 Border Color

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

This div border color is #cefe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe41

Related Colors


Comments

No comments written yet.

Please login to write comment.