Color Hex Logo

#cdd761 Color Hex

#CDD761
(205,215,97)
0 Favorites   0 Comments

Color spaces of #cdd761

RGB 20521597
HSL0.180.600.61
HSV65°55°84°
CMYK 0.050.000.55   0.16
XYZ51.634962.443120.6405
Yxy62.44310.38330.4635
Hunter Lab79.0209-21.648939.8279
CIE-Lab83.1485-19.384756.0554

#cdd761 color RGB value is (205,215,97).

#cdd761 hex color red value is 205, green value is 215 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cdd761 hue: 0.18 , saturation: 0.60 and the lightness value of cdd761 is 0.61.

The process color (four color CMYK) of #cdd761 color hex is 0.05, 0.00, 0.55, 0.16. Web safe color of #cdd761 is #cccc66. Color #cdd761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 01100001
Octal 315 327 141
Decimal 205 215 97
Hex CD D7 61

RGB Percentages of Color #cdd761

%39.65
%41.59
%18.76

CMYK Percentages of Color #cdd761

%5
%0
%55
%16

Triadic Colors of #cdd761

#cdd761 #61cdd7 #d761cd

Analogous Colors of #cdd761

#cdd761 #92d761 #d7a661

Monochromatic Colors of #cdd761

#cdd761

Complementary Color

#cdd761 #6b61d7

#cdd761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd761 Color CSS Codes

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

#cdd761 Text Font Color

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

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


#cdd761 Background Color

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

This div background color is #cdd761


#cdd761 Border Color

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

This div border color is #cdd761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd761


Comments

No comments written yet.

Please login to write comment.