Color Hex Logo

#cdbe18 Color Hex

#CDBE18
(205,190,24)
0 Favorites   0 Comments

Color spaces of #cdbe18

RGB 20519024
HSL0.150.790.45
HSV55°88°80°
CMYK 0.000.070.88   0.20
XYZ43.755249.87208.1843
Yxy49.87200.42980.4898
Hunter Lab70.6201-12.989242.5628
CIE-Lab75.9906-10.440474.1991

#cdbe18 color RGB value is (205,190,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 00011000
Octal 315 276 30
Decimal 205 190 24
Hex CD BE 18

RGB Percentages of Color #cdbe18

%48.93
%45.35
%5.73

CMYK Percentages of Color #cdbe18

%0
%7
%88
%20

Triadic Colors of #cdbe18

#cdbe18 #18cdbe #be18cd

Analogous Colors of #cdbe18

#cdbe18 #82cd18 #cd6418

Monochromatic Colors of #cdbe18

#cdbe18

Complementary Color

#cdbe18 #1827cd

#cdbe18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe18 Color CSS Codes

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

#cdbe18 Text Font Color

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

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


#cdbe18 Background Color

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

This div background color is #cdbe18


#cdbe18 Border Color

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

This div border color is #cdbe18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe18


Comments

No comments written yet.

Please login to write comment.