Color Hex Logo

#cfb80d Color Hex

#CFB80D
(207,184,13)
0 Favorites   0 Comments

Color spaces of #cfb80d

RGB 20718413
HSL0.150.880.43
HSV53°94°81°
CMYK 0.000.110.94   0.19
XYZ42.945347.57547.3003
Yxy47.57540.43900.4864
Hunter Lab68.9749-9.568142.0072
CIE-Lab74.5563-6.655074.8816

#cfb80d color RGB value is (207,184,13).

#cfb80d hex color red value is 207, green value is 184 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cfb80d hue: 0.15 , saturation: 0.88 and the lightness value of cfb80d is 0.43.

The process color (four color CMYK) of #cfb80d color hex is 0.00, 0.11, 0.94, 0.19. Web safe color of #cfb80d is #cccc00. Color #cfb80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 00001101
Octal 317 270 15
Decimal 207 184 13
Hex CF B8 D

RGB Percentages of Color #cfb80d

%51.24
%45.54
%3.22

CMYK Percentages of Color #cfb80d

%0
%11
%94
%19

Triadic Colors of #cfb80d

#cfb80d #0dcfb8 #b80dcf

Analogous Colors of #cfb80d

#cfb80d #85cf0d #cf570d

Monochromatic Colors of #cfb80d

#cfb80d

Complementary Color

#cfb80d #0d24cf

#cfb80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb80d Color CSS Codes

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

#cfb80d Text Font Color

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

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


#cfb80d Background Color

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

This div background color is #cfb80d


#cfb80d Border Color

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

This div border color is #cfb80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb80d


Comments

No comments written yet.

Please login to write comment.