Color Hex Logo

#cdbe11 Color Hex

#CDBE11
(205,190,17)
0 Favorites   0 Comments

Color spaces of #cdbe11

RGB 20519017
HSL0.150.850.44
HSV55°92°80°
CMYK 0.000.070.92   0.20
XYZ43.691549.84657.8489
Yxy49.84650.43090.4916
Hunter Lab70.6021-13.090342.8301
CIE-Lab75.9749-10.560375.3412

#cdbe11 color RGB value is (205,190,17).

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

The process color (four color CMYK) of #cdbe11 color hex is 0.00, 0.07, 0.92, 0.20. Web safe color of #cdbe11 is #cccc00. Color #cdbe11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 00010001
Octal 315 276 21
Decimal 205 190 17
Hex CD BE 11

RGB Percentages of Color #cdbe11

%49.76
%46.12
%4.13

CMYK Percentages of Color #cdbe11

%0
%7
%92
%20

Triadic Colors of #cdbe11

#cdbe11 #11cdbe #be11cd

Analogous Colors of #cdbe11

#cdbe11 #7ecd11 #cd6011

Monochromatic Colors of #cdbe11

#cdbe11

Complementary Color

#cdbe11 #1120cd

#cdbe11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe11 Color CSS Codes

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

#cdbe11 Text Font Color

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

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


#cdbe11 Background Color

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

This div background color is #cdbe11


#cdbe11 Border Color

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

This div border color is #cdbe11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe11


Comments

No comments written yet.

Please login to write comment.