Color Hex Logo

#cdd275 Color Hex

#CDD275
(205,210,117)
0 Favorites   0 Comments

Color spaces of #cdd275

RGB 205210117
HSL0.180.510.64
HSV63°44°82°
CMYK 0.020.000.44   0.18
XYZ51.434360.356725.7687
Yxy60.35670.37390.4388
Hunter Lab77.6896-17.781034.7169
CIE-Lab82.0317-15.099945.3094

#cdd275 color RGB value is (205,210,117).

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

The process color (four color CMYK) of #cdd275 color hex is 0.02, 0.00, 0.44, 0.18. Web safe color of #cdd275 is #cccc66. Color #cdd275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01110101
Octal 315 322 165
Decimal 205 210 117
Hex CD D2 75

RGB Percentages of Color #cdd275

%38.53
%39.47
%21.99

CMYK Percentages of Color #cdd275

%2
%0
%44
%18

Triadic Colors of #cdd275

#cdd275 #75cdd2 #d275cd

Analogous Colors of #cdd275

#cdd275 #9fd275 #d2a975

Monochromatic Colors of #cdd275

#cdd275

Complementary Color

#cdd275 #7a75d2

#cdd275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd275 Color CSS Codes

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

#cdd275 Text Font Color

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

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


#cdd275 Background Color

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

This div background color is #cdd275


#cdd275 Border Color

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

This div border color is #cdd275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd275


Comments

No comments written yet.

Please login to write comment.