Color Hex Logo

#cdd72f Color Hex

#CDD72F
(205,215,47)
0 Favorites   0 Comments

Color spaces of #cdd72f

RGB 20521547
HSL0.180.680.51
HSV64°78°84°
CMYK 0.050.000.78   0.16
XYZ49.990461.785211.9803
Yxy61.78520.40390.4993
Hunter Lab78.6036-24.033645.9859
CIE-Lab82.7991-22.256574.5064

#cdd72f color RGB value is (205,215,47).

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

The process color (four color CMYK) of #cdd72f color hex is 0.05, 0.00, 0.78, 0.16. Web safe color of #cdd72f is #cccc33. Color #cdd72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 00101111
Octal 315 327 57
Decimal 205 215 47
Hex CD D7 2F

RGB Percentages of Color #cdd72f

%43.90
%46.04
%10.06

CMYK Percentages of Color #cdd72f

%5
%0
%78
%16

Triadic Colors of #cdd72f

#cdd72f #2fcdd7 #d72fcd

Analogous Colors of #cdd72f

#cdd72f #79d72f #d78d2f

Monochromatic Colors of #cdd72f

#cdd72f

Complementary Color

#cdd72f #392fd7

#cdd72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd72f Color CSS Codes

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

#cdd72f Text Font Color

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

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


#cdd72f Background Color

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

This div background color is #cdd72f


#cdd72f Border Color

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

This div border color is #cdd72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd72f


Comments

No comments written yet.

Please login to write comment.