Color Hex Logo

#cfbd13 Color Hex

#CFBD13
(207,189,19)
0 Favorites   0 Comments

Color spaces of #cfbd13

RGB 20718919
HSL0.150.830.44
HSV54°91°81°
CMYK 0.000.090.91   0.19
XYZ44.047349.70767.8891
Yxy49.70760.43330.4890
Hunter Lab70.5036-11.863042.7182
CIE-Lab75.8894-9.147075.0519

#cfbd13 color RGB value is (207,189,19).

#cfbd13 hex color red value is 207, green value is 189 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cfbd13 hue: 0.15 , saturation: 0.83 and the lightness value of cfbd13 is 0.44.

The process color (four color CMYK) of #cfbd13 color hex is 0.00, 0.09, 0.91, 0.19. Web safe color of #cfbd13 is #cccc00. Color #cfbd13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 00010011
Octal 317 275 23
Decimal 207 189 19
Hex CF BD 13

RGB Percentages of Color #cfbd13

%49.88
%45.54
%4.58

CMYK Percentages of Color #cfbd13

%0
%9
%91
%19

Triadic Colors of #cfbd13

#cfbd13 #13cfbd #bd13cf

Analogous Colors of #cfbd13

#cfbd13 #83cf13 #cf5f13

Monochromatic Colors of #cfbd13

#cfbd13

Complementary Color

#cfbd13 #1325cf

#cfbd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd13 Color CSS Codes

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

#cfbd13 Text Font Color

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

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


#cfbd13 Background Color

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

This div background color is #cfbd13


#cfbd13 Border Color

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

This div border color is #cfbd13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,189,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfbd13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfbd13;
  -webkit-box-shadow: 1px 1px 3px 2px #cfbd13;
  box-shadow:         1px 1px 3px 2px #cfbd13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,189,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd13


Comments

No comments written yet.

Please login to write comment.