Color Hex Logo

#cefe3e Color Hex

#CEFE3E
(206,254,62)
0 Favorites   0 Comments

Color spaces of #cefe3e

RGB 20625462
HSL0.210.990.62
HSV75°76°100°
CMYK 0.190.000.76   0.00
XYZ61.764984.353217.5839
Yxy84.35320.37730.5153
Hunter Lab91.8440-40.686152.9395
CIE-Lab93.6037-39.346780.0584

#cefe3e color RGB value is (206,254,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 00111110
Octal 316 376 76
Decimal 206 254 62
Hex CE FE 3E

RGB Percentages of Color #cefe3e

%39.46
%48.66
%11.88

CMYK Percentages of Color #cefe3e

%19
%0
%76
%0

Triadic Colors of #cefe3e

#cefe3e #3ecefe #fe3ece

Analogous Colors of #cefe3e

#cefe3e #6efe3e #fece3e

Monochromatic Colors of #cefe3e

#cefe3e

Complementary Color

#cefe3e #6e3efe

#cefe3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe3e Color CSS Codes

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

#cefe3e Text Font Color

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

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


#cefe3e Background Color

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

This div background color is #cefe3e


#cefe3e Border Color

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

This div border color is #cefe3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe3e


Comments

No comments written yet.

Please login to write comment.