Color Hex Logo

#cfc188 Color Hex

#CFC188
(207,193,136)
0 Favorites   0 Comments

Color spaces of #cfc188

RGB 207193136
HSL0.130.430.67
HSV48°34°81°
CMYK 0.000.070.34   0.19
XYZ49.246053.182930.9623
Yxy53.18290.36920.3987
Hunter Lab72.9266-7.083825.8760
CIE-Lab77.9829-3.510430.5207

#cfc188 color RGB value is (207,193,136).

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

The process color (four color CMYK) of #cfc188 color hex is 0.00, 0.07, 0.34, 0.19. Web safe color of #cfc188 is #cccc99. Color #cfc188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 10001000
Octal 317 301 210
Decimal 207 193 136
Hex CF C1 88

RGB Percentages of Color #cfc188

%38.62
%36.01
%25.37

CMYK Percentages of Color #cfc188

%0
%7
%34
%19

Triadic Colors of #cfc188

#cfc188 #88cfc1 #c188cf

Analogous Colors of #cfc188

#cfc188 #bacf88 #cf9e88

Monochromatic Colors of #cfc188

#cfc188

Complementary Color

#cfc188 #8896cf

#cfc188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc188 Color CSS Codes

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

#cfc188 Text Font Color

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

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


#cfc188 Background Color

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

This div background color is #cfc188


#cfc188 Border Color

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

This div border color is #cfc188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc188


Comments

No comments written yet.

Please login to write comment.