Color Hex Logo

#cfb990 Color Hex

#CFB990
(207,185,144)
1 Favorites   0 Comments

Color spaces of #cfb990

RGB 207185144
HSL0.110.400.69
HSV39°30°81°
CMYK 0.000.110.30   0.19
XYZ48.115149.976933.4961
Yxy49.97690.36560.3798
Hunter Lab70.6943-2.226721.3935
CIE-Lab76.05511.701123.7029

#cfb990 color RGB value is (207,185,144).

#cfb990 hex color red value is 207, green value is 185 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfb990 hue: 0.11 , saturation: 0.40 and the lightness value of cfb990 is 0.69.

The process color (four color CMYK) of #cfb990 color hex is 0.00, 0.11, 0.30, 0.19. Web safe color of #cfb990 is #cccc99. Color #cfb990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 10010000
Octal 317 271 220
Decimal 207 185 144
Hex CF B9 90

RGB Percentages of Color #cfb990

%38.62
%34.51
%26.87

CMYK Percentages of Color #cfb990

%0
%11
%30
%19

Triadic Colors of #cfb990

#cfb990 #90cfb9 #b990cf

Analogous Colors of #cfb990

#cfb990 #c6cf90 #cf9a90

Monochromatic Colors of #cfb990

#cfb990

Complementary Color

#cfb990 #90a6cf

#cfb990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb990 Color CSS Codes

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

#cfb990 Text Font Color

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

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


#cfb990 Background Color

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

This div background color is #cfb990


#cfb990 Border Color

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

This div border color is #cfb990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb990


Comments

No comments written yet.

Please login to write comment.