Color Hex Logo

#cdd725 Color Hex

#CDD725
(205,215,37)
0 Favorites   0 Comments

Color spaces of #cdd725

RGB 20521537
HSL0.180.710.49
HSV63°83°84°
CMYK 0.050.000.83   0.16
XYZ49.811261.713611.0368
Yxy61.71360.40640.5035
Hunter Lab78.5580-24.295246.6608
CIE-Lab82.7609-22.574877.0255

#cdd725 color RGB value is (205,215,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 00100101
Octal 315 327 45
Decimal 205 215 37
Hex CD D7 25

RGB Percentages of Color #cdd725

%44.86
%47.05
%8.10

CMYK Percentages of Color #cdd725

%5
%0
%83
%16

Triadic Colors of #cdd725

#cdd725 #25cdd7 #d725cd

Analogous Colors of #cdd725

#cdd725 #74d725 #d78825

Monochromatic Colors of #cdd725

#cdd725

Complementary Color

#cdd725 #2f25d7

#cdd725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd725 Color CSS Codes

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

#cdd725 Text Font Color

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

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


#cdd725 Background Color

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

This div background color is #cdd725


#cdd725 Border Color

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

This div border color is #cdd725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd725


Comments

No comments written yet.

Please login to write comment.