Color Hex Logo

#ceed99 Color Hex

#CEED99
(206,237,153)
0 Favorites   0 Comments

Color spaces of #ceed99

RGB 206237153
HSL0.230.700.76
HSV82°35°93°
CMYK 0.130.000.35   0.07
XYZ61.487675.990141.5638
Yxy75.99010.34340.4244
Hunter Lab87.1723-26.645332.7511
CIE-Lab89.8547-23.836637.4257

#ceed99 color RGB value is (206,237,153).

#ceed99 hex color red value is 206, green value is 237 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ceed99 hue: 0.23 , saturation: 0.70 and the lightness value of ceed99 is 0.76.

The process color (four color CMYK) of #ceed99 color hex is 0.13, 0.00, 0.35, 0.07. Web safe color of #ceed99 is #ccff99. Color #ceed99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 10011001
Octal 316 355 231
Decimal 206 237 153
Hex CE ED 99

RGB Percentages of Color #ceed99

%34.56
%39.77
%25.67

CMYK Percentages of Color #ceed99

%13
%0
%35
%7

Triadic Colors of #ceed99

#ceed99 #99ceed #ed99ce

Analogous Colors of #ceed99

#ceed99 #a4ed99 #ede299

Monochromatic Colors of #ceed99

#ceed99

Complementary Color

#ceed99 #b899ed

#ceed99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceed99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceed99 Color CSS Codes

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

#ceed99 Text Font Color

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

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


#ceed99 Background Color

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

This div background color is #ceed99


#ceed99 Border Color

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

This div border color is #ceed99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceed99


Comments

No comments written yet.

Please login to write comment.