Color Hex Logo

#cdd75b Color Hex

#CDD75B
(205,215,91)
0 Favorites   0 Comments

Color spaces of #cdd75b

RGB 20521591
HSL0.180.610.60
HSV65°58°84°
CMYK 0.050.000.58   0.16
XYZ51.365662.335319.2222
Yxy62.33530.38640.4690
Hunter Lab78.9527-22.037540.8319
CIE-Lab83.0914-19.849258.6512

#cdd75b color RGB value is (205,215,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 01011011
Octal 315 327 133
Decimal 205 215 91
Hex CD D7 5B

RGB Percentages of Color #cdd75b

%40.12
%42.07
%17.81

CMYK Percentages of Color #cdd75b

%5
%0
%58
%16

Triadic Colors of #cdd75b

#cdd75b #5bcdd7 #d75bcd

Analogous Colors of #cdd75b

#cdd75b #8fd75b #d7a35b

Monochromatic Colors of #cdd75b

#cdd75b

Complementary Color

#cdd75b #655bd7

#cdd75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd75b Color CSS Codes

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

#cdd75b Text Font Color

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

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


#cdd75b Background Color

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

This div background color is #cdd75b


#cdd75b Border Color

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

This div border color is #cdd75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd75b

#cdd75b Color Palettes


Comments

No comments written yet.

Please login to write comment.