Color Hex Logo

#cfc688 Color Hex

#CFC688
(207,198,136)
0 Favorites   0 Comments

Color spaces of #cfc688

RGB 207198136
HSL0.150.430.67
HSV52°34°81°
CMYK 0.000.040.34   0.19
XYZ50.370155.431131.3370
Yxy55.43110.36730.4042
Hunter Lab74.4521-9.528027.1612
CIE-Lab79.2889-6.107432.2441

#cfc688 color RGB value is (207,198,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 10001000
Octal 317 306 210
Decimal 207 198 136
Hex CF C6 88

RGB Percentages of Color #cfc688

%38.26
%36.60
%25.14

CMYK Percentages of Color #cfc688

%0
%4
%34
%19

Triadic Colors of #cfc688

#cfc688 #88cfc6 #c688cf

Analogous Colors of #cfc688

#cfc688 #b5cf88 #cfa388

Monochromatic Colors of #cfc688

#cfc688

Complementary Color

#cfc688 #8891cf

#cfc688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc688 Color CSS Codes

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

#cfc688 Text Font Color

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

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


#cfc688 Background Color

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

This div background color is #cfc688


#cfc688 Border Color

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

This div border color is #cfc688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc688


Comments

No comments written yet.

Please login to write comment.