Color Hex Logo

#cdd483 Color Hex

#CDD483
(205,212,131)
0 Favorites   0 Comments

Color spaces of #cdd483

RGB 205212131
HSL0.180.490.67
HSV65°38°83°
CMYK 0.030.000.38   0.17
XYZ52.817161.704830.5992
Yxy61.70480.36400.4252
Hunter Lab78.5524-17.446831.8909
CIE-Lab82.7562-14.603639.2667

#cdd483 color RGB value is (205,212,131).

#cdd483 hex color red value is 205, green value is 212 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cdd483 hue: 0.18 , saturation: 0.49 and the lightness value of cdd483 is 0.67.

The process color (four color CMYK) of #cdd483 color hex is 0.03, 0.00, 0.38, 0.17. Web safe color of #cdd483 is #cccc99. Color #cdd483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010100 10000011
Octal 315 324 203
Decimal 205 212 131
Hex CD D4 83

RGB Percentages of Color #cdd483

%37.41
%38.69
%23.91

CMYK Percentages of Color #cdd483

%3
%0
%38
%17

Triadic Colors of #cdd483

#cdd483 #83cdd4 #d483cd

Analogous Colors of #cdd483

#cdd483 #a5d483 #d4b383

Monochromatic Colors of #cdd483

#cdd483

Complementary Color

#cdd483 #8a83d4

#cdd483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd483 Color CSS Codes

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

#cdd483 Text Font Color

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

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


#cdd483 Background Color

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

This div background color is #cdd483


#cdd483 Border Color

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

This div border color is #cdd483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd483


Comments

No comments written yet.

Please login to write comment.