Color Hex Logo

#cdbe14 Color Hex

#CDBE14
(205,190,20)
0 Favorites   0 Comments

Color spaces of #cdbe14

RGB 20519020
HSL0.150.820.44
HSV55°90°80°
CMYK 0.000.070.90   0.20
XYZ43.716649.85667.9810
Yxy49.85660.43050.4909
Hunter Lab70.6092-13.050642.7249
CIE-Lab75.9812-10.513274.8875

#cdbe14 color RGB value is (205,190,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 00010100
Octal 315 276 24
Decimal 205 190 20
Hex CD BE 14

RGB Percentages of Color #cdbe14

%49.40
%45.78
%4.82

CMYK Percentages of Color #cdbe14

%0
%7
%90
%20

Triadic Colors of #cdbe14

#cdbe14 #14cdbe #be14cd

Analogous Colors of #cdbe14

#cdbe14 #80cd14 #cd6214

Monochromatic Colors of #cdbe14

#cdbe14

Complementary Color

#cdbe14 #1423cd

#cdbe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe14 Color CSS Codes

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

#cdbe14 Text Font Color

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

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


#cdbe14 Background Color

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

This div background color is #cdbe14


#cdbe14 Border Color

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

This div border color is #cdbe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe14


Comments

No comments written yet.

Please login to write comment.