Color Hex Logo

#ceb184 Color Hex

#CEB184
(206,177,132)
0 Favorites   0 Comments

Color spaces of #ceb184

RGB 206177132
HSL0.100.430.66
HSV36°36°81°
CMYK 0.000.140.36   0.19
XYZ45.340646.232028.3638
Yxy46.23200.37800.3855
Hunter Lab67.99410.039722.8630
CIE-Lab73.69584.058726.9164

#ceb184 color RGB value is (206,177,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 10000100
Octal 316 261 204
Decimal 206 177 132
Hex CE B1 84

RGB Percentages of Color #ceb184

%40.00
%34.37
%25.63

CMYK Percentages of Color #ceb184

%0
%14
%36
%19

Triadic Colors of #ceb184

#ceb184 #84ceb1 #b184ce

Analogous Colors of #ceb184

#ceb184 #c6ce84 #ce8c84

Monochromatic Colors of #ceb184

#ceb184

Complementary Color

#ceb184 #84a1ce

#ceb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb184 Color CSS Codes

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

#ceb184 Text Font Color

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

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


#ceb184 Background Color

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

This div background color is #ceb184


#ceb184 Border Color

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

This div border color is #ceb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb184


Comments

No comments written yet.

Please login to write comment.