Color Hex Logo

#cfb339 Color Hex

#CFB339
(207,179,57)
0 Favorites   0 Comments

Color spaces of #cfb339

RGB 20717957
HSL0.140.610.52
HSV49°72°81°
CMYK 0.000.140.72   0.19
XYZ42.590745.801010.4666
Yxy45.80100.43080.4633
Hunter Lab67.6764-6.098738.2039
CIE-Lab73.4162-2.799662.5484

#cfb339 color RGB value is (207,179,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 00111001
Octal 317 263 71
Decimal 207 179 57
Hex CF B3 39

RGB Percentages of Color #cfb339

%46.73
%40.41
%12.87

CMYK Percentages of Color #cfb339

%0
%14
%72
%19

Triadic Colors of #cfb339

#cfb339 #39cfb3 #b339cf

Analogous Colors of #cfb339

#cfb339 #a0cf39 #cf6839

Monochromatic Colors of #cfb339

#cfb339

Complementary Color

#cfb339 #3955cf

#cfb339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb339 Color CSS Codes

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

#cfb339 Text Font Color

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

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


#cfb339 Background Color

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

This div background color is #cfb339


#cfb339 Border Color

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

This div border color is #cfb339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb339


Comments

No comments written yet.

Please login to write comment.