Color Hex Logo

#ddcf25 Color Hex

#DDCF25
(221,207,37)
0 Favorites   0 Comments

Color spaces of #ddcf25

RGB 22120737
HSL0.150.730.51
HSV55°83°87°
CMYK 0.000.060.83   0.13
XYZ52.465560.131410.5916
Yxy60.13140.42590.4881
Hunter Lab77.5444-14.932146.1828
CIE-Lab81.9096-11.868576.8288

#ddcf25 color RGB value is (221,207,37).

#ddcf25 hex color red value is 221, green value is 207 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ddcf25 hue: 0.15 , saturation: 0.73 and the lightness value of ddcf25 is 0.51.

The process color (four color CMYK) of #ddcf25 color hex is 0.00, 0.06, 0.83, 0.13. Web safe color of #ddcf25 is #cccc33. Color #ddcf25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 00100101
Octal 335 317 45
Decimal 221 207 37
Hex DD CF 25

RGB Percentages of Color #ddcf25

%47.53
%44.52
%7.96

CMYK Percentages of Color #ddcf25

%0
%6
%83
%13

Triadic Colors of #ddcf25

#ddcf25 #25ddcf #cf25dd

Analogous Colors of #ddcf25

#ddcf25 #8fdd25 #dd7325

Monochromatic Colors of #ddcf25

#ddcf25

Complementary Color

#ddcf25 #2533dd

#ddcf25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf25 Color CSS Codes

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

#ddcf25 Text Font Color

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

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


#ddcf25 Background Color

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

This div background color is #ddcf25


#ddcf25 Border Color

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

This div border color is #ddcf25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,207,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 #ddcf25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf25


Comments

No comments written yet.

Please login to write comment.