Color Hex Logo

#cfbc13 Color Hex

#CFBC13
(207,188,19)
0 Favorites   0 Comments

Color spaces of #cfbc13

RGB 20718819
HSL0.150.830.44
HSV54°91°81°
CMYK 0.000.090.91   0.19
XYZ43.832949.27897.8176
Yxy49.27890.43430.4883
Hunter Lab70.1989-11.391042.5365
CIE-Lab75.6245-8.633974.8478

#cfbc13 color RGB value is (207,188,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 00010011
Octal 317 274 23
Decimal 207 188 19
Hex CF BC 13

RGB Percentages of Color #cfbc13

%50.00
%45.41
%4.59

CMYK Percentages of Color #cfbc13

%0
%9
%91
%19

Triadic Colors of #cfbc13

#cfbc13 #13cfbc #bc13cf

Analogous Colors of #cfbc13

#cfbc13 #84cf13 #cf5e13

Monochromatic Colors of #cfbc13

#cfbc13

Complementary Color

#cfbc13 #1326cf

#cfbc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc13 Color CSS Codes

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

#cfbc13 Text Font Color

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

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


#cfbc13 Background Color

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

This div background color is #cfbc13


#cfbc13 Border Color

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

This div border color is #cfbc13


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,188,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 #cfbc13">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc13


Comments

No comments written yet.

Please login to write comment.