Color Hex Logo

#ce965b Color Hex

#CE965B
(206,150,91)
0 Favorites   0 Comments

Color spaces of #ce965b

RGB 20615091
HSL0.090.540.58
HSV31°56°81°
CMYK 0.000.270.56   0.19
XYZ38.248335.689814.7705
Yxy35.68980.43120.4023
Hunter Lab59.74099.735527.1597
CIE-Lab66.282214.478239.1017

#ce965b color RGB value is (206,150,91).

#ce965b hex color red value is 206, green value is 150 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ce965b hue: 0.09 , saturation: 0.54 and the lightness value of ce965b is 0.58.

The process color (four color CMYK) of #ce965b color hex is 0.00, 0.27, 0.56, 0.19. Web safe color of #ce965b is #cc9966. Color #ce965b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 01011011
Octal 316 226 133
Decimal 206 150 91
Hex CE 96 5B

RGB Percentages of Color #ce965b

%46.09
%33.56
%20.36

CMYK Percentages of Color #ce965b

%0
%27
%56
%19

Triadic Colors of #ce965b

#ce965b #5bce96 #965bce

Analogous Colors of #ce965b

#ce965b #cdce5b #ce5c5b

Monochromatic Colors of #ce965b

#ce965b

Complementary Color

#ce965b #5b93ce

#ce965b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce965b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce965b Color CSS Codes

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

#ce965b Text Font Color

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

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


#ce965b Background Color

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

This div background color is #ce965b


#ce965b Border Color

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

This div border color is #ce965b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce965b


Comments

No comments written yet.

Please login to write comment.