Color Hex Logo

#ceaf7b Color Hex

#CEAF7B
(206,175,123)
0 Favorites   0 Comments

Color spaces of #ceaf7b

RGB 206175123
HSL0.100.460.65
HSV38°40°81°
CMYK 0.000.150.40   0.19
XYZ44.358745.211825.1277
Yxy45.21180.38670.3942
Hunter Lab67.23970.088724.9109
CIE-Lab73.03114.082930.8256

#ceaf7b color RGB value is (206,175,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 01111011
Octal 316 257 173
Decimal 206 175 123
Hex CE AF 7B

RGB Percentages of Color #ceaf7b

%40.87
%34.72
%24.40

CMYK Percentages of Color #ceaf7b

%0
%15
%40
%19

Triadic Colors of #ceaf7b

#ceaf7b #7bceaf #af7bce

Analogous Colors of #ceaf7b

#ceaf7b #c4ce7b #ce867b

Monochromatic Colors of #ceaf7b

#ceaf7b

Complementary Color

#ceaf7b #7b9ace

#ceaf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf7b Color CSS Codes

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

#ceaf7b Text Font Color

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

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


#ceaf7b Background Color

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

This div background color is #ceaf7b


#ceaf7b Border Color

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

This div border color is #ceaf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf7b


Comments

No comments written yet.

Please login to write comment.