Color Hex Logo

#ceb05e Color Hex

#CEB05E
(206,176,94)
0 Favorites   0 Comments

Color spaces of #ceb05e

RGB 20617694
HSL0.120.530.59
HSV44°54°81°
CMYK 0.000.150.54   0.19
XYZ42.999344.980617.0055
Yxy44.98060.40960.4284
Hunter Lab67.0676-2.925931.9139
CIE-Lab72.87910.735145.5339

#ceb05e color RGB value is (206,176,94).

#ceb05e hex color red value is 206, green value is 176 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ceb05e hue: 0.12 , saturation: 0.53 and the lightness value of ceb05e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01011110
Octal 316 260 136
Decimal 206 176 94
Hex CE B0 5E

RGB Percentages of Color #ceb05e

%43.28
%36.97
%19.75

CMYK Percentages of Color #ceb05e

%0
%15
%54
%19

Triadic Colors of #ceb05e

#ceb05e #5eceb0 #b05ece

Analogous Colors of #ceb05e

#ceb05e #b4ce5e #ce785e

Monochromatic Colors of #ceb05e

#ceb05e

Complementary Color

#ceb05e #5e7cce

#ceb05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb05e Color CSS Codes

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

#ceb05e Text Font Color

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

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


#ceb05e Background Color

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

This div background color is #ceb05e


#ceb05e Border Color

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

This div border color is #ceb05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb05e


Comments

No comments written yet.

Please login to write comment.