Color Hex Logo

#cdb923 Color Hex

#CDB923
(205,185,35)
0 Favorites   0 Comments

Color spaces of #cdb923

RGB 20518535
HSL0.150.710.47
HSV53°83°80°
CMYK 0.000.100.83   0.20
XYZ42.829247.79848.5588
Yxy47.79840.43180.4819
Hunter Lab69.1364-10.410041.0556
CIE-Lab74.6976-7.609970.7015

#cdb923 color RGB value is (205,185,35).

#cdb923 hex color red value is 205, green value is 185 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cdb923 hue: 0.15 , saturation: 0.71 and the lightness value of cdb923 is 0.47.

The process color (four color CMYK) of #cdb923 color hex is 0.00, 0.10, 0.83, 0.20. Web safe color of #cdb923 is #cccc33. Color #cdb923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00100011
Octal 315 271 43
Decimal 205 185 35
Hex CD B9 23

RGB Percentages of Color #cdb923

%48.24
%43.53
%8.24

CMYK Percentages of Color #cdb923

%0
%10
%83
%20

Triadic Colors of #cdb923

#cdb923 #23cdb9 #b923cd

Analogous Colors of #cdb923

#cdb923 #8ccd23 #cd6423

Monochromatic Colors of #cdb923

#cdb923

Complementary Color

#cdb923 #2337cd

#cdb923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb923 Color CSS Codes

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

#cdb923 Text Font Color

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

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


#cdb923 Background Color

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

This div background color is #cdb923


#cdb923 Border Color

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

This div border color is #cdb923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb923


Comments

No comments written yet.

Please login to write comment.