Color Hex Logo

#cda701 Color Hex

#CDA701
(205,167,1)
0 Favorites   0 Comments

Color spaces of #cda701

RGB 2051671
HSL0.140.990.40
HSV49°100°80°
CMYK 0.000.191.00   0.20
XYZ39.001040.61885.8133
Yxy40.61880.45650.4754
Hunter Lab63.7329-2.300439.2050
CIE-Lab69.90801.255672.8076

#cda701 color RGB value is (205,167,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 00000001
Octal 315 247 1
Decimal 205 167 1
Hex CD A7 1

RGB Percentages of Color #cda701

%54.96
%44.77
%0.27

CMYK Percentages of Color #cda701

%0
%19
%100
%20

Triadic Colors of #cda701

#cda701 #01cda7 #a701cd

Analogous Colors of #cda701

#cda701 #8dcd01 #cd4101

Monochromatic Colors of #cda701

#cda701

Complementary Color

#cda701 #0127cd

#cda701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda701 Color CSS Codes

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

#cda701 Text Font Color

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

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


#cda701 Background Color

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

This div background color is #cda701


#cda701 Border Color

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

This div border color is #cda701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda701


Comments

No comments written yet.

Please login to write comment.