Color Hex Logo

#cdbe58 Color Hex

#CDBE58
(205,190,88)
0 Favorites   0 Comments

Color spaces of #cdbe58

RGB 20519088
HSL0.150.540.57
HSV52°57°80°
CMYK 0.000.070.57   0.20
XYZ45.351750.510616.5918
Yxy50.51060.40330.4492
Hunter Lab71.0708-10.469535.9080
CIE-Lab76.3816-7.486152.4532

#cdbe58 color RGB value is (205,190,88).

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

The process color (four color CMYK) of #cdbe58 color hex is 0.00, 0.07, 0.57, 0.20. Web safe color of #cdbe58 is #cccc66. Color #cdbe58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01011000
Octal 315 276 130
Decimal 205 190 88
Hex CD BE 58

RGB Percentages of Color #cdbe58

%42.44
%39.34
%18.22

CMYK Percentages of Color #cdbe58

%0
%7
%57
%20

Triadic Colors of #cdbe58

#cdbe58 #58cdbe #be58cd

Analogous Colors of #cdbe58

#cdbe58 #a2cd58 #cd8458

Monochromatic Colors of #cdbe58

#cdbe58

Complementary Color

#cdbe58 #5867cd

#cdbe58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe58 Color CSS Codes

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

#cdbe58 Text Font Color

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

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


#cdbe58 Background Color

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

This div background color is #cdbe58


#cdbe58 Border Color

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

This div border color is #cdbe58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe58


Comments

No comments written yet.

Please login to write comment.