Color Hex Logo

#ceaf79 Color Hex

#CEAF79
(206,175,121)
0 Favorites   0 Comments

Color spaces of #ceaf79

RGB 206175121
HSL0.110.460.64
HSV38°41°81°
CMYK 0.000.150.41   0.19
XYZ44.234845.162224.4749
Yxy45.16220.38850.3966
Hunter Lab67.2028-0.111225.4489
CIE-Lab72.99863.861931.8411

#ceaf79 color RGB value is (206,175,121).

#ceaf79 hex color red value is 206, green value is 175 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ceaf79 hue: 0.11 , saturation: 0.46 and the lightness value of ceaf79 is 0.64.

The process color (four color CMYK) of #ceaf79 color hex is 0.00, 0.15, 0.41, 0.19. Web safe color of #ceaf79 is #cc9966. Color #ceaf79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 01111001
Octal 316 257 171
Decimal 206 175 121
Hex CE AF 79

RGB Percentages of Color #ceaf79

%41.04
%34.86
%24.10

CMYK Percentages of Color #ceaf79

%0
%15
%41
%19

Triadic Colors of #ceaf79

#ceaf79 #79ceaf #af79ce

Analogous Colors of #ceaf79

#ceaf79 #c3ce79 #ce8579

Monochromatic Colors of #ceaf79

#ceaf79

Complementary Color

#ceaf79 #7998ce

#ceaf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf79 Color CSS Codes

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

#ceaf79 Text Font Color

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

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


#ceaf79 Background Color

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

This div background color is #ceaf79


#ceaf79 Border Color

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

This div border color is #ceaf79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,175,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceaf79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceaf79;
  -webkit-box-shadow: 1px 1px 3px 2px #ceaf79;
  box-shadow:         1px 1px 3px 2px #ceaf79; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,175,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf79


Comments

No comments written yet.

Please login to write comment.