Color Hex Logo

#cefe70 Color Hex

#CEFE70
(206,254,112)
0 Favorites   0 Comments

Color spaces of #cefe70

RGB 206254112
HSL0.220.990.72
HSV80°56°100°
CMYK 0.190.000.56   0.00
XYZ63.820085.175328.4060
Yxy85.17530.35970.4801
Hunter Lab92.2905-38.073446.3545
CIE-Lab93.9586-36.125561.7890

#cefe70 color RGB value is (206,254,112).

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

The process color (four color CMYK) of #cefe70 color hex is 0.19, 0.00, 0.56, 0.00. Web safe color of #cefe70 is #ccff66. Color #cefe70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 01110000
Octal 316 376 160
Decimal 206 254 112
Hex CE FE 70

RGB Percentages of Color #cefe70

%36.01
%44.41
%19.58

CMYK Percentages of Color #cefe70

%19
%0
%56
%0

Triadic Colors of #cefe70

#cefe70 #70cefe #fe70ce

Analogous Colors of #cefe70

#cefe70 #87fe70 #fee770

Monochromatic Colors of #cefe70

#cefe70

Complementary Color

#cefe70 #a070fe

#cefe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefe70 Color CSS Codes

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

#cefe70 Text Font Color

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

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


#cefe70 Background Color

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

This div background color is #cefe70


#cefe70 Border Color

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

This div border color is #cefe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefe70

Related Colors


Comments

No comments written yet.

Please login to write comment.