Color Hex Logo

#ceea84 Color Hex

#CEEA84
(206,234,132)
0 Favorites   0 Comments

Color spaces of #ceea84

RGB 206234132
HSL0.210.710.72
HSV76°44°92°
CMYK 0.120.000.44   0.08
XYZ59.041373.633432.9307
Yxy73.63340.35650.4446
Hunter Lab85.8099-27.350837.3136
CIE-Lab88.7489-24.882846.3528

#ceea84 color RGB value is (206,234,132).

#ceea84 hex color red value is 206, green value is 234 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ceea84 hue: 0.21 , saturation: 0.71 and the lightness value of ceea84 is 0.72.

The process color (four color CMYK) of #ceea84 color hex is 0.12, 0.00, 0.44, 0.08. Web safe color of #ceea84 is #ccff99. Color #ceea84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10000100
Octal 316 352 204
Decimal 206 234 132
Hex CE EA 84

RGB Percentages of Color #ceea84

%36.01
%40.91
%23.08

CMYK Percentages of Color #ceea84

%12
%0
%44
%8

Triadic Colors of #ceea84

#ceea84 #84ceea #ea84ce

Analogous Colors of #ceea84

#ceea84 #9bea84 #ead384

Monochromatic Colors of #ceea84

#ceea84

Complementary Color

#ceea84 #a084ea

#ceea84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea84 Color CSS Codes

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

#ceea84 Text Font Color

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

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


#ceea84 Background Color

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

This div background color is #ceea84


#ceea84 Border Color

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

This div border color is #ceea84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea84


Comments

No comments written yet.

Please login to write comment.