Color Hex Logo

#cddd98 Color Hex

#CDDD98
(205,221,152)
0 Favorites   0 Comments

Color spaces of #cddd98

RGB 205221152
HSL0.210.500.73
HSV74°31°87°
CMYK 0.070.000.31   0.13
XYZ56.700866.959039.6417
Yxy66.95900.34720.4100
Hunter Lab81.8285-19.513228.5570
CIE-Lab85.4832-16.520032.1604

#cddd98 color RGB value is (205,221,152).

#cddd98 hex color red value is 205, green value is 221 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cddd98 hue: 0.21 , saturation: 0.50 and the lightness value of cddd98 is 0.73.

The process color (four color CMYK) of #cddd98 color hex is 0.07, 0.00, 0.31, 0.13. Web safe color of #cddd98 is #cccc99. Color #cddd98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011101 10011000
Octal 315 335 230
Decimal 205 221 152
Hex CD DD 98

RGB Percentages of Color #cddd98

%35.47
%38.24
%26.30

CMYK Percentages of Color #cddd98

%7
%0
%31
%13

Triadic Colors of #cddd98

#cddd98 #98cddd #dd98cd

Analogous Colors of #cddd98

#cddd98 #abdd98 #ddcb98

Monochromatic Colors of #cddd98

#cddd98

Complementary Color

#cddd98 #a898dd

#cddd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddd98 Color CSS Codes

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

#cddd98 Text Font Color

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

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


#cddd98 Background Color

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

This div background color is #cddd98


#cddd98 Border Color

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

This div border color is #cddd98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,221,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cddd98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cddd98;
  -webkit-box-shadow: 1px 1px 3px 2px #cddd98;
  box-shadow:         1px 1px 3px 2px #cddd98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,221,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddd98


Comments

No comments written yet.

Please login to write comment.