Color Hex Logo

#cdd278 Color Hex

#CDD278
(205,210,120)
0 Favorites   0 Comments

Color spaces of #cdd278

RGB 205210120
HSL0.180.500.65
HSV63°43°82°
CMYK 0.020.000.43   0.18
XYZ51.613660.428426.7128
Yxy60.42840.37200.4355
Hunter Lab77.7357-17.520234.0408
CIE-Lab82.0705-14.794343.8836

#cdd278 color RGB value is (205,210,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01111000
Octal 315 322 170
Decimal 205 210 120
Hex CD D2 78

RGB Percentages of Color #cdd278

%38.32
%39.25
%22.43

CMYK Percentages of Color #cdd278

%2
%0
%43
%18

Triadic Colors of #cdd278

#cdd278 #78cdd2 #d278cd

Analogous Colors of #cdd278

#cdd278 #a0d278 #d2aa78

Monochromatic Colors of #cdd278

#cdd278

Complementary Color

#cdd278 #7d78d2

#cdd278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd278 Color CSS Codes

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

#cdd278 Text Font Color

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

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


#cdd278 Background Color

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

This div background color is #cdd278


#cdd278 Border Color

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

This div border color is #cdd278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd278


Comments

No comments written yet.

Please login to write comment.