Color Hex Logo

#cdaf01 Color Hex

#CDAF01
(205,175,1)
0 Favorites   0 Comments

Color spaces of #cdaf01

RGB 2051751
HSL0.140.990.40
HSV51°100°80°
CMYK 0.000.151.00   0.20
XYZ40.512343.64136.3171
Yxy43.64130.44780.4824
Hunter Lab66.0616-6.142540.5735
CIE-Lab71.9881-2.971874.2784

#cdaf01 color RGB value is (205,175,1).

#cdaf01 hex color red value is 205, green value is 175 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cdaf01 hue: 0.14 , saturation: 0.99 and the lightness value of cdaf01 is 0.40.

The process color (four color CMYK) of #cdaf01 color hex is 0.00, 0.15, 1.00, 0.20. Web safe color of #cdaf01 is #cc9900. Color #cdaf01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101111 00000001
Octal 315 257 1
Decimal 205 175 1
Hex CD AF 1

RGB Percentages of Color #cdaf01

%53.81
%45.93
%0.26

CMYK Percentages of Color #cdaf01

%0
%15
%100
%20

Triadic Colors of #cdaf01

#cdaf01 #01cdaf #af01cd

Analogous Colors of #cdaf01

#cdaf01 #85cd01 #cd4901

Monochromatic Colors of #cdaf01

#cdaf01

Complementary Color

#cdaf01 #011fcd

#cdaf01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaf01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaf01 Color CSS Codes

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

#cdaf01 Text Font Color

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

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


#cdaf01 Background Color

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

This div background color is #cdaf01


#cdaf01 Border Color

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

This div border color is #cdaf01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaf01


Comments

No comments written yet.

Please login to write comment.