Color Hex Logo

#ceea70 Color Hex

#CEEA70
(206,234,112)
0 Favorites   0 Comments

Color spaces of #ceea70

RGB 206234112
HSL0.200.740.68
HSV74°52°92°
CMYK 0.120.000.52   0.08
XYZ57.801073.137326.3997
Yxy73.13730.36740.4648
Hunter Lab85.5203-29.017141.5617
CIE-Lab88.5132-26.875055.4827

#ceea70 color RGB value is (206,234,112).

#ceea70 hex color red value is 206, green value is 234 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ceea70 hue: 0.20 , saturation: 0.74 and the lightness value of ceea70 is 0.68.

The process color (four color CMYK) of #ceea70 color hex is 0.12, 0.00, 0.52, 0.08. Web safe color of #ceea70 is #ccff66. Color #ceea70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 01110000
Octal 316 352 160
Decimal 206 234 112
Hex CE EA 70

RGB Percentages of Color #ceea70

%37.32
%42.39
%20.29

CMYK Percentages of Color #ceea70

%12
%0
%52
%8

Triadic Colors of #ceea70

#ceea70 #70ceea #ea70ce

Analogous Colors of #ceea70

#ceea70 #91ea70 #eac970

Monochromatic Colors of #ceea70

#ceea70

Complementary Color

#ceea70 #8c70ea

#ceea70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea70 Color CSS Codes

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

#ceea70 Text Font Color

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

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


#ceea70 Background Color

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

This div background color is #ceea70


#ceea70 Border Color

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

This div border color is #ceea70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea70


Comments

No comments written yet.

Please login to write comment.