Color Hex Logo

#cfb321 Color Hex

#CFB321
(207,179,33)
0 Favorites   0 Comments

Color spaces of #cfb321

RGB 20717933
HSL0.140.730.47
HSV50°84°81°
CMYK 0.000.140.84   0.19
XYZ42.126745.61548.0232
Yxy45.61540.43990.4763
Hunter Lab67.5392-6.856540.2342
CIE-Lab73.2953-3.672870.1094

#cfb321 color RGB value is (207,179,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 00100001
Octal 317 263 41
Decimal 207 179 33
Hex CF B3 21

RGB Percentages of Color #cfb321

%49.40
%42.72
%7.88

CMYK Percentages of Color #cfb321

%0
%14
%84
%19

Triadic Colors of #cfb321

#cfb321 #21cfb3 #b321cf

Analogous Colors of #cfb321

#cfb321 #94cf21 #cf5c21

Monochromatic Colors of #cfb321

#cfb321

Complementary Color

#cfb321 #213dcf

#cfb321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb321 Color CSS Codes

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

#cfb321 Text Font Color

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

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


#cfb321 Background Color

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

This div background color is #cfb321


#cfb321 Border Color

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

This div border color is #cfb321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb321


Comments

No comments written yet.

Please login to write comment.