Color Hex Logo

#ceb070 Color Hex

#CEB070
(206,176,112)
0 Favorites   0 Comments

Color spaces of #ceb070

RGB 206176112
HSL0.110.490.62
HSV41°46°81°
CMYK 0.000.150.46   0.19
XYZ43.903645.342321.7672
Yxy45.34230.39550.4084
Hunter Lab67.3367-1.457027.9697
CIE-Lab73.11672.383136.7056

#ceb070 color RGB value is (206,176,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01110000
Octal 316 260 160
Decimal 206 176 112
Hex CE B0 70

RGB Percentages of Color #ceb070

%41.70
%35.63
%22.67

CMYK Percentages of Color #ceb070

%0
%15
%46
%19

Triadic Colors of #ceb070

#ceb070 #70ceb0 #b070ce

Analogous Colors of #ceb070

#ceb070 #bdce70 #ce8170

Monochromatic Colors of #ceb070

#ceb070

Complementary Color

#ceb070 #708ece

#ceb070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb070 Color CSS Codes

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

#ceb070 Text Font Color

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

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


#ceb070 Background Color

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

This div background color is #ceb070


#ceb070 Border Color

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

This div border color is #ceb070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb070


Comments

No comments written yet.

Please login to write comment.