Color Hex Logo

#ce9334 Color Hex

#CE9334
(206,147,52)
0 Favorites   0 Comments

Color spaces of #ce9334

RGB 20614752
HSL0.100.610.51
HSV37°75°81°
CMYK 0.000.290.75   0.19
XYZ36.507234.23727.9331
Yxy34.23720.46400.4352
Hunter Lab58.51268.972932.9203
CIE-Lab65.150413.668256.3816

#ce9334 color RGB value is (206,147,52).

#ce9334 hex color red value is 206, green value is 147 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ce9334 hue: 0.10 , saturation: 0.61 and the lightness value of ce9334 is 0.51.

The process color (four color CMYK) of #ce9334 color hex is 0.00, 0.29, 0.75, 0.19. Web safe color of #ce9334 is #cc9933. Color #ce9334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 00110100
Octal 316 223 64
Decimal 206 147 52
Hex CE 93 34

RGB Percentages of Color #ce9334

%50.86
%36.30
%12.84

CMYK Percentages of Color #ce9334

%0
%29
%75
%19

Triadic Colors of #ce9334

#ce9334 #34ce93 #9334ce

Analogous Colors of #ce9334

#ce9334 #bcce34 #ce4634

Monochromatic Colors of #ce9334

#ce9334

Complementary Color

#ce9334 #346fce

#ce9334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9334 Color CSS Codes

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

#ce9334 Text Font Color

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

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


#ce9334 Background Color

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

This div background color is #ce9334


#ce9334 Border Color

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

This div border color is #ce9334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9334


Comments

No comments written yet.

Please login to write comment.