Color Hex Logo

#cdbe23 Color Hex

#CDBE23
(205,190,35)
0 Favorites   0 Comments

Color spaces of #cdbe23

RGB 20519035
HSL0.150.710.47
HSV55°83°80°
CMYK 0.000.070.83   0.20
XYZ43.893749.92748.9136
Yxy49.92740.42730.4860
Hunter Lab70.6593-12.769341.9822
CIE-Lab76.0247-10.180371.8217

#cdbe23 color RGB value is (205,190,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 00100011
Octal 315 276 43
Decimal 205 190 35
Hex CD BE 23

RGB Percentages of Color #cdbe23

%47.67
%44.19
%8.14

CMYK Percentages of Color #cdbe23

%0
%7
%83
%20

Triadic Colors of #cdbe23

#cdbe23 #23cdbe #be23cd

Analogous Colors of #cdbe23

#cdbe23 #87cd23 #cd6923

Monochromatic Colors of #cdbe23

#cdbe23

Complementary Color

#cdbe23 #2332cd

#cdbe23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe23 Color CSS Codes

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

#cdbe23 Text Font Color

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

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


#cdbe23 Background Color

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

This div background color is #cdbe23


#cdbe23 Border Color

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

This div border color is #cdbe23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe23


Comments

No comments written yet.

Please login to write comment.