Color Hex Logo

#cdb748 Color Hex

#CDB748
(205,183,72)
0 Favorites   0 Comments

Color spaces of #cdb748

RGB 20518372
HSL0.140.570.54
HSV50°65°80°
CMYK 0.000.110.65   0.20
XYZ43.280047.314012.9823
Yxy47.31400.41790.4568
Hunter Lab68.7852-8.060936.9594
CIE-Lab74.3902-4.944657.4076

#cdb748 color RGB value is (205,183,72).

#cdb748 hex color red value is 205, green value is 183 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cdb748 hue: 0.14 , saturation: 0.57 and the lightness value of cdb748 is 0.54.

The process color (four color CMYK) of #cdb748 color hex is 0.00, 0.11, 0.65, 0.20. Web safe color of #cdb748 is #cccc33. Color #cdb748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01001000
Octal 315 267 110
Decimal 205 183 72
Hex CD B7 48

RGB Percentages of Color #cdb748

%44.57
%39.78
%15.65

CMYK Percentages of Color #cdb748

%0
%11
%65
%20

Triadic Colors of #cdb748

#cdb748 #48cdb7 #b748cd

Analogous Colors of #cdb748

#cdb748 #a1cd48 #cd7548

Monochromatic Colors of #cdb748

#cdb748

Complementary Color

#cdb748 #485ecd

#cdb748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb748 Color CSS Codes

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

#cdb748 Text Font Color

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

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


#cdb748 Background Color

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

This div background color is #cdb748


#cdb748 Border Color

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

This div border color is #cdb748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb748


Comments

No comments written yet.

Please login to write comment.