Color Hex Logo

#cdb703 Color Hex

#CDB703
(205,183,3)
0 Favorites   0 Comments

Color spaces of #cdb703

RGB 2051833
HSL0.150.970.41
HSV53°99°80°
CMYK 0.000.110.99   0.20
XYZ42.126846.85276.9093
Yxy46.85270.43930.4886
Hunter Lab68.4490-9.928441.9295
CIE-Lab74.0955-7.121675.5642

#cdb703 color RGB value is (205,183,3).

#cdb703 hex color red value is 205, green value is 183 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #cdb703 hue: 0.15 , saturation: 0.97 and the lightness value of cdb703 is 0.41.

The process color (four color CMYK) of #cdb703 color hex is 0.00, 0.11, 0.99, 0.20. Web safe color of #cdb703 is #cccc00. Color #cdb703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 00000011
Octal 315 267 3
Decimal 205 183 3
Hex CD B7 3

RGB Percentages of Color #cdb703

%52.43
%46.80
%0.77

CMYK Percentages of Color #cdb703

%0
%11
%99
%20

Triadic Colors of #cdb703

#cdb703 #03cdb7 #b703cd

Analogous Colors of #cdb703

#cdb703 #7ecd03 #cd5203

Monochromatic Colors of #cdb703

#cdb703

Complementary Color

#cdb703 #0319cd

#cdb703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb703 Color CSS Codes

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

#cdb703 Text Font Color

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

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


#cdb703 Background Color

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

This div background color is #cdb703


#cdb703 Border Color

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

This div border color is #cdb703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb703


Comments

No comments written yet.

Please login to write comment.