Color Hex Logo

#cdb023 Color Hex

#CDB023
(205,176,35)
0 Favorites   0 Comments

Color spaces of #cdb023

RGB 20517635
HSL0.140.710.47
HSV50°83°80°
CMYK 0.000.140.83   0.20
XYZ41.005544.15127.9509
Yxy44.15120.44040.4742
Hunter Lab66.4464-6.124939.4179
CIE-Lab72.3294-2.922368.6968

#cdb023 color RGB value is (205,176,35).

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

The process color (four color CMYK) of #cdb023 color hex is 0.00, 0.14, 0.83, 0.20. Web safe color of #cdb023 is #cc9933. Color #cdb023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00100011
Octal 315 260 43
Decimal 205 176 35
Hex CD B0 23

RGB Percentages of Color #cdb023

%49.28
%42.31
%8.41

CMYK Percentages of Color #cdb023

%0
%14
%83
%20

Triadic Colors of #cdb023

#cdb023 #23cdb0 #b023cd

Analogous Colors of #cdb023

#cdb023 #95cd23 #cd5b23

Monochromatic Colors of #cdb023

#cdb023

Complementary Color

#cdb023 #2340cd

#cdb023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb023 Color CSS Codes

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

#cdb023 Text Font Color

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

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


#cdb023 Background Color

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

This div background color is #cdb023


#cdb023 Border Color

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

This div border color is #cdb023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb023


Comments

No comments written yet.

Please login to write comment.