Color Hex Logo

#cfa188 Color Hex

#CFA188
(207,161,136)
0 Favorites   0 Comments

Color spaces of #cfa188

RGB 207161136
HSL0.060.430.67
HSV21°34°81°
CMYK 0.000.220.34   0.19
XYZ42.920940.532728.8540
Yxy40.53270.38220.3609
Hunter Lab63.66538.924117.6947
CIE-Lab69.847313.570019.5494

#cfa188 color RGB value is (207,161,136).

#cfa188 hex color red value is 207, green value is 161 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cfa188 hue: 0.06 , saturation: 0.43 and the lightness value of cfa188 is 0.67.

The process color (four color CMYK) of #cfa188 color hex is 0.00, 0.22, 0.34, 0.19. Web safe color of #cfa188 is #cc9999. Color #cfa188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100001 10001000
Octal 317 241 210
Decimal 207 161 136
Hex CF A1 88

RGB Percentages of Color #cfa188

%41.07
%31.94
%26.98

CMYK Percentages of Color #cfa188

%0
%22
%34
%19

Triadic Colors of #cfa188

#cfa188 #88cfa1 #a188cf

Analogous Colors of #cfa188

#cfa188 #cfc588 #cf8893

Monochromatic Colors of #cfa188

#cfa188

Complementary Color

#cfa188 #88b6cf

#cfa188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa188 Color CSS Codes

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

#cfa188 Text Font Color

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

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


#cfa188 Background Color

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

This div background color is #cfa188


#cfa188 Border Color

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

This div border color is #cfa188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa188


Comments

No comments written yet.

Please login to write comment.