Color Hex Logo

#cefe40 Color Hex

#CEFE40
(206,254,64)
0 Favorites   0 Comments

Color spaces of #cefe40

RGB 20625464
HSL0.210.990.62
HSV75°75°100°
CMYK 0.190.000.75   0.00
XYZ61.820884.375617.8783
Yxy84.37560.37680.5143
Hunter Lab91.8562-40.614852.7595
CIE-Lab93.6134-39.257979.4706

#cefe40 color RGB value is (206,254,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 01000000
Octal 316 376 100
Decimal 206 254 64
Hex CE FE 40

RGB Percentages of Color #cefe40

%39.31
%48.47
%12.21

CMYK Percentages of Color #cefe40

%19
%0
%75
%0

Triadic Colors of #cefe40

#cefe40 #40cefe #fe40ce

Analogous Colors of #cefe40

#cefe40 #6ffe40 #fecf40

Monochromatic Colors of #cefe40

#cefe40

Complementary Color

#cefe40 #7040fe

#cefe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe40 Color CSS Codes

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

#cefe40 Text Font Color

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

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


#cefe40 Background Color

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

This div background color is #cefe40


#cefe40 Border Color

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

This div border color is #cefe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe40


Comments

No comments written yet.

Please login to write comment.