Color Hex Logo

#ceb670 Color Hex

#CEB670
(206,182,112)
0 Favorites   0 Comments

Color spaces of #ceb670

RGB 206182112
HSL0.120.490.62
HSV45°46°81°
CMYK 0.000.120.46   0.19
XYZ45.106247.747622.1681
Yxy47.74760.39220.4151
Hunter Lab69.0996-4.404829.3487
CIE-Lab74.6655-0.795238.6623

#ceb670 color RGB value is (206,182,112).

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

The process color (four color CMYK) of #ceb670 color hex is 0.00, 0.12, 0.46, 0.19. Web safe color of #ceb670 is #cccc66. Color #ceb670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01110000
Octal 316 266 160
Decimal 206 182 112
Hex CE B6 70

RGB Percentages of Color #ceb670

%41.20
%36.40
%22.40

CMYK Percentages of Color #ceb670

%0
%12
%46
%19

Triadic Colors of #ceb670

#ceb670 #70ceb6 #b670ce

Analogous Colors of #ceb670

#ceb670 #b7ce70 #ce8770

Monochromatic Colors of #ceb670

#ceb670

Complementary Color

#ceb670 #7088ce

#ceb670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb670 Color CSS Codes

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

#ceb670 Text Font Color

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

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


#ceb670 Background Color

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

This div background color is #ceb670


#ceb670 Border Color

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

This div border color is #ceb670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,182,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 #ceb670">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb670


Comments

No comments written yet.

Please login to write comment.