Color Hex Logo

#ceaf6c Color Hex

#CEAF6C
(206,175,108)
0 Favorites   0 Comments

Color spaces of #ceaf6c

RGB 206175108
HSL0.110.500.62
HSV41°48°81°
CMYK 0.000.150.48   0.19
XYZ43.490344.864520.5549
Yxy44.86450.39930.4119
Hunter Lab66.9810-1.317828.6920
CIE-Lab72.80262.520538.3766

#ceaf6c color RGB value is (206,175,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 01101100
Octal 316 257 154
Decimal 206 175 108
Hex CE AF 6C

RGB Percentages of Color #ceaf6c

%42.13
%35.79
%22.09

CMYK Percentages of Color #ceaf6c

%0
%15
%48
%19

Triadic Colors of #ceaf6c

#ceaf6c #6cceaf #af6cce

Analogous Colors of #ceaf6c

#ceaf6c #bcce6c #ce7e6c

Monochromatic Colors of #ceaf6c

#ceaf6c

Complementary Color

#ceaf6c #6c8bce

#ceaf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf6c Color CSS Codes

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

#ceaf6c Text Font Color

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

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


#ceaf6c Background Color

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

This div background color is #ceaf6c


#ceaf6c Border Color

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

This div border color is #ceaf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf6c


Comments

No comments written yet.

Please login to write comment.