Color Hex Logo

#cfb328 Color Hex

#CFB328
(207,179,40)
0 Favorites   0 Comments

Color spaces of #cfb328

RGB 20717940
HSL0.140.680.48
HSV50°81°81°
CMYK 0.000.140.81   0.19
XYZ42.235245.65888.5945
Yxy45.65880.43770.4732
Hunter Lab67.5713-6.679039.7587
CIE-Lab73.3236-3.467968.2135

#cfb328 color RGB value is (207,179,40).

#cfb328 hex color red value is 207, green value is 179 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cfb328 hue: 0.14 , saturation: 0.68 and the lightness value of cfb328 is 0.48.

The process color (four color CMYK) of #cfb328 color hex is 0.00, 0.14, 0.81, 0.19. Web safe color of #cfb328 is #cccc33. Color #cfb328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 00101000
Octal 317 263 50
Decimal 207 179 40
Hex CF B3 28

RGB Percentages of Color #cfb328

%48.59
%42.02
%9.39

CMYK Percentages of Color #cfb328

%0
%14
%81
%19

Triadic Colors of #cfb328

#cfb328 #28cfb3 #b328cf

Analogous Colors of #cfb328

#cfb328 #98cf28 #cf6028

Monochromatic Colors of #cfb328

#cfb328

Complementary Color

#cfb328 #2844cf

#cfb328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb328 Color CSS Codes

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

#cfb328 Text Font Color

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

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


#cfb328 Background Color

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

This div background color is #cfb328


#cfb328 Border Color

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

This div border color is #cfb328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb328


Comments

No comments written yet.

Please login to write comment.