Color Hex Logo

#cfc788 Color Hex

#CFC788
(207,199,136)
0 Favorites   0 Comments

Color spaces of #cfc788

RGB 207199136
HSL0.150.430.67
HSV53°34°81°
CMYK 0.000.040.34   0.19
XYZ50.599555.889831.4135
Yxy55.88980.36690.4053
Hunter Lab74.7595-10.014827.4183
CIE-Lab79.5511-6.624032.5887

#cfc788 color RGB value is (207,199,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 10001000
Octal 317 307 210
Decimal 207 199 136
Hex CF C7 88

RGB Percentages of Color #cfc788

%38.19
%36.72
%25.09

CMYK Percentages of Color #cfc788

%0
%4
%34
%19

Triadic Colors of #cfc788

#cfc788 #88cfc7 #c788cf

Analogous Colors of #cfc788

#cfc788 #b4cf88 #cfa488

Monochromatic Colors of #cfc788

#cfc788

Complementary Color

#cfc788 #8890cf

#cfc788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc788 Color CSS Codes

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

#cfc788 Text Font Color

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

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


#cfc788 Background Color

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

This div background color is #cfc788


#cfc788 Border Color

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

This div border color is #cfc788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc788


Comments

No comments written yet.

Please login to write comment.