Color Hex Logo

#cfc795 Color Hex

#CFC795
(207,199,149)
0 Favorites   0 Comments

Color spaces of #cfc795

RGB 207199149
HSL0.140.380.70
HSV52°28°81°
CMYK 0.000.040.28   0.19
XYZ51.580456.282236.5787
Yxy56.28220.35710.3897
Hunter Lab75.0215-8.561323.6066
CIE-Lab79.7742-4.983826.0944

#cfc795 color RGB value is (207,199,149).

#cfc795 hex color red value is 207, green value is 199 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cfc795 hue: 0.14 , saturation: 0.38 and the lightness value of cfc795 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 10010101
Octal 317 307 225
Decimal 207 199 149
Hex CF C7 95

RGB Percentages of Color #cfc795

%37.30
%35.86
%26.85

CMYK Percentages of Color #cfc795

%0
%4
%28
%19

Triadic Colors of #cfc795

#cfc795 #95cfc7 #c795cf

Analogous Colors of #cfc795

#cfc795 #bacf95 #cfaa95

Monochromatic Colors of #cfc795

#cfc795

Complementary Color

#cfc795 #959dcf

#cfc795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc795 Color CSS Codes

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

#cfc795 Text Font Color

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

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


#cfc795 Background Color

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

This div background color is #cfc795


#cfc795 Border Color

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

This div border color is #cfc795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc795


Comments

No comments written yet.

Please login to write comment.