Color Hex Logo

#ceaf7d Color Hex

#CEAF7D
(206,175,125)
0 Favorites   0 Comments

Color spaces of #ceaf7d

RGB 206175125
HSL0.100.450.65
HSV37°39°81°
CMYK 0.000.150.39   0.19
XYZ44.485245.262425.7939
Yxy45.26240.38500.3917
Hunter Lab67.27730.292624.3626
CIE-Lab73.06434.308129.8081

#ceaf7d color RGB value is (206,175,125).

#ceaf7d hex color red value is 206, green value is 175 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ceaf7d hue: 0.10 , saturation: 0.45 and the lightness value of ceaf7d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 01111101
Octal 316 257 175
Decimal 206 175 125
Hex CE AF 7D

RGB Percentages of Color #ceaf7d

%40.71
%34.58
%24.70

CMYK Percentages of Color #ceaf7d

%0
%15
%39
%19

Triadic Colors of #ceaf7d

#ceaf7d #7dceaf #af7dce

Analogous Colors of #ceaf7d

#ceaf7d #c5ce7d #ce877d

Monochromatic Colors of #ceaf7d

#ceaf7d

Complementary Color

#ceaf7d #7d9cce

#ceaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf7d Color CSS Codes

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

#ceaf7d Text Font Color

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

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


#ceaf7d Background Color

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

This div background color is #ceaf7d


#ceaf7d Border Color

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

This div border color is #ceaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf7d


Comments

No comments written yet.

Please login to write comment.