Color Hex Logo

#cfb955 Color Hex

#CFB955
(207,185,85)
0 Favorites   0 Comments

Color spaces of #cfb955

RGB 20718585
HSL0.140.560.57
HSV49°59°81°
CMYK 0.000.110.59   0.19
XYZ44.720848.619215.6217
Yxy48.61920.41040.4462
Hunter Lab69.7275-7.539335.5259
CIE-Lab75.2138-4.272752.5637

#cfb955 color RGB value is (207,185,85).

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

The process color (four color CMYK) of #cfb955 color hex is 0.00, 0.11, 0.59, 0.19. Web safe color of #cfb955 is #cccc66. Color #cfb955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01010101
Octal 317 271 125
Decimal 207 185 85
Hex CF B9 55

RGB Percentages of Color #cfb955

%43.40
%38.78
%17.82

CMYK Percentages of Color #cfb955

%0
%11
%59
%19

Triadic Colors of #cfb955

#cfb955 #55cfb9 #b955cf

Analogous Colors of #cfb955

#cfb955 #a8cf55 #cf7c55

Monochromatic Colors of #cfb955

#cfb955

Complementary Color

#cfb955 #556bcf

#cfb955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb955 Color CSS Codes

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

#cfb955 Text Font Color

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

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


#cfb955 Background Color

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

This div background color is #cfb955


#cfb955 Border Color

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

This div border color is #cfb955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,185,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 #cfb955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb955


Comments

No comments written yet.

Please login to write comment.