Color Hex Logo

#ceef70 Color Hex

#CEEF70
(206,239,112)
0 Favorites   0 Comments

Color spaces of #ceef70

RGB 206239112
HSL0.210.800.69
HSV76°53°94°
CMYK 0.140.000.53   0.06
XYZ59.244776.024726.8809
Yxy76.02470.36540.4689
Hunter Lab87.1921-31.300342.7557
CIE-Lab89.8708-29.229157.0703

#ceef70 color RGB value is (206,239,112).

#ceef70 hex color red value is 206, green value is 239 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ceef70 hue: 0.21 , saturation: 0.80 and the lightness value of ceef70 is 0.69.

The process color (four color CMYK) of #ceef70 color hex is 0.14, 0.00, 0.53, 0.06. Web safe color of #ceef70 is #ccff66. Color #ceef70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 01110000
Octal 316 357 160
Decimal 206 239 112
Hex CE EF 70

RGB Percentages of Color #ceef70

%36.98
%42.91
%20.11

CMYK Percentages of Color #ceef70

%14
%0
%53
%6

Triadic Colors of #ceef70

#ceef70 #70ceef #ef70ce

Analogous Colors of #ceef70

#ceef70 #8fef70 #efd170

Monochromatic Colors of #ceef70

#ceef70

Complementary Color

#ceef70 #9170ef

#ceef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceef70 Color CSS Codes

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

#ceef70 Text Font Color

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

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


#ceef70 Background Color

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

This div background color is #ceef70


#ceef70 Border Color

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

This div border color is #ceef70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,239,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 #ceef70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceef70


Comments

No comments written yet.

Please login to write comment.