Color Hex Logo

#cfb055 Color Hex

#CFB055
(207,176,85)
0 Favorites   0 Comments

Color spaces of #cfb055

RGB 20717685
HSL0.120.560.57
HSV45°59°81°
CMYK 0.000.150.59   0.19
XYZ42.897244.971915.0139
Yxy44.97190.41700.4371
Hunter Lab67.0611-3.175233.6687
CIE-Lab72.87340.455849.9044

#cfb055 color RGB value is (207,176,85).

#cfb055 hex color red value is 207, green value is 176 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cfb055 hue: 0.12 , saturation: 0.56 and the lightness value of cfb055 is 0.57.

The process color (four color CMYK) of #cfb055 color hex is 0.00, 0.15, 0.59, 0.19. Web safe color of #cfb055 is #cc9966. Color #cfb055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 01010101
Octal 317 260 125
Decimal 207 176 85
Hex CF B0 55

RGB Percentages of Color #cfb055

%44.23
%37.61
%18.16

CMYK Percentages of Color #cfb055

%0
%15
%59
%19

Triadic Colors of #cfb055

#cfb055 #55cfb0 #b055cf

Analogous Colors of #cfb055

#cfb055 #b1cf55 #cf7355

Monochromatic Colors of #cfb055

#cfb055

Complementary Color

#cfb055 #5574cf

#cfb055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb055 Color CSS Codes

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

#cfb055 Text Font Color

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

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


#cfb055 Background Color

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

This div background color is #cfb055


#cfb055 Border Color

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

This div border color is #cfb055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb055

#cfb055 Color Palettes


Comments

No comments written yet.

Please login to write comment.