Color Hex Logo

#cdd298 Color Hex

#CDD298
(205,210,152)
0 Favorites   0 Comments

Color spaces of #cdd298

RGB 205210152
HSL0.180.390.71
HSV65°28°82°
CMYK 0.020.000.28   0.18
XYZ53.890961.339338.7051
Yxy61.33930.35010.3985
Hunter Lab78.3194-14.234725.5227
CIE-Lab82.5608-10.994428.2554

#cdd298 color RGB value is (205,210,152).

#cdd298 hex color red value is 205, green value is 210 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cdd298 hue: 0.18 , saturation: 0.39 and the lightness value of cdd298 is 0.71.

The process color (four color CMYK) of #cdd298 color hex is 0.02, 0.00, 0.28, 0.18. Web safe color of #cdd298 is #cccc99. Color #cdd298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 10011000
Octal 315 322 230
Decimal 205 210 152
Hex CD D2 98

RGB Percentages of Color #cdd298

%36.16
%37.04
%26.81

CMYK Percentages of Color #cdd298

%2
%0
%28
%18

Triadic Colors of #cdd298

#cdd298 #98cdd2 #d298cd

Analogous Colors of #cdd298

#cdd298 #b0d298 #d2ba98

Monochromatic Colors of #cdd298

#cdd298

Complementary Color

#cdd298 #9d98d2

#cdd298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd298 Color CSS Codes

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

#cdd298 Text Font Color

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

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


#cdd298 Background Color

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

This div background color is #cdd298


#cdd298 Border Color

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

This div border color is #cdd298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd298


Comments

No comments written yet.

Please login to write comment.