Color Hex Logo

#cefe02 Color Hex

#CEFE02
(206,254,2)
0 Favorites   0 Comments

Color spaces of #cefe02

RGB 2062542
HSL0.200.990.50
HSV71°99°100°
CMYK 0.190.000.99   0.00
XYZ60.906484.009813.0628
Yxy84.00980.38550.5318
Hunter Lab91.6569-41.785455.7099
CIE-Lab93.4548-40.720790.0746

#cefe02 color RGB value is (206,254,2).

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

The process color (four color CMYK) of #cefe02 color hex is 0.19, 0.00, 0.99, 0.00. Web safe color of #cefe02 is #ccff00. Color #cefe02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 00000010
Octal 316 376 2
Decimal 206 254 2
Hex CE FE 2

RGB Percentages of Color #cefe02

%44.59
%54.98
%0.43

CMYK Percentages of Color #cefe02

%19
%0
%99
%0

Triadic Colors of #cefe02

#cefe02 #02cefe #fe02ce

Analogous Colors of #cefe02

#cefe02 #50fe02 #feb002

Monochromatic Colors of #cefe02

#cefe02

Complementary Color

#cefe02 #3202fe

#cefe02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe02 Color CSS Codes

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

#cefe02 Text Font Color

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

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


#cefe02 Background Color

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

This div background color is #cefe02


#cefe02 Border Color

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

This div border color is #cefe02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe02

Related Colors


Comments

No comments written yet.

Please login to write comment.