Color Hex Logo

#ceb284 Color Hex

#CEB284
(206,178,132)
0 Favorites   0 Comments

Color spaces of #ceb284

RGB 206178132
HSL0.100.430.66
HSV37°36°81°
CMYK 0.000.140.36   0.19
XYZ45.538946.628528.4298
Yxy46.62850.37760.3866
Hunter Lab68.2851-0.458323.1147
CIE-Lab73.95153.525327.2583

#ceb284 color RGB value is (206,178,132).

#ceb284 hex color red value is 206, green value is 178 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ceb284 hue: 0.10 , saturation: 0.43 and the lightness value of ceb284 is 0.66.

The process color (four color CMYK) of #ceb284 color hex is 0.00, 0.14, 0.36, 0.19. Web safe color of #ceb284 is #cc9999. Color #ceb284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 10000100
Octal 316 262 204
Decimal 206 178 132
Hex CE B2 84

RGB Percentages of Color #ceb284

%39.92
%34.50
%25.58

CMYK Percentages of Color #ceb284

%0
%14
%36
%19

Triadic Colors of #ceb284

#ceb284 #84ceb2 #b284ce

Analogous Colors of #ceb284

#ceb284 #c5ce84 #ce8d84

Monochromatic Colors of #ceb284

#ceb284

Complementary Color

#ceb284 #84a0ce

#ceb284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb284 Color CSS Codes

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

#ceb284 Text Font Color

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

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


#ceb284 Background Color

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

This div background color is #ceb284


#ceb284 Border Color

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

This div border color is #ceb284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb284


Comments

No comments written yet.

Please login to write comment.