Color Hex Logo

#cfb28b Color Hex

#CFB28B
(207,178,139)
0 Favorites   0 Comments

Color spaces of #cfb28b

RGB 207178139
HSL0.100.410.68
HSV34°33°81°
CMYK 0.000.140.33   0.19
XYZ46.312746.970331.0513
Yxy46.97030.37250.3778
Hunter Lab68.53490.686021.1117
CIE-Lab74.17084.783823.8222

#cfb28b color RGB value is (207,178,139).

#cfb28b hex color red value is 207, green value is 178 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cfb28b hue: 0.10 , saturation: 0.41 and the lightness value of cfb28b is 0.68.

The process color (four color CMYK) of #cfb28b color hex is 0.00, 0.14, 0.33, 0.19. Web safe color of #cfb28b is #cc9999. Color #cfb28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 10001011
Octal 317 262 213
Decimal 207 178 139
Hex CF B2 8B

RGB Percentages of Color #cfb28b

%39.50
%33.97
%26.53

CMYK Percentages of Color #cfb28b

%0
%14
%33
%19

Triadic Colors of #cfb28b

#cfb28b #8bcfb2 #b28bcf

Analogous Colors of #cfb28b

#cfb28b #cacf8b #cf908b

Monochromatic Colors of #cfb28b

#cfb28b

Complementary Color

#cfb28b #8ba8cf

#cfb28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb28b Color CSS Codes

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

#cfb28b Text Font Color

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

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


#cfb28b Background Color

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

This div background color is #cfb28b


#cfb28b Border Color

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

This div border color is #cfb28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb28b


Comments

No comments written yet.

Please login to write comment.