Color Hex Logo

#ce952b Color Hex

#CE952B
(206,149,43)
0 Favorites   0 Comments

Color spaces of #ce952b

RGB 20614943
HSL0.110.650.49
HSV39°79°81°
CMYK 0.000.280.79   0.19
XYZ36.637134.79117.0699
Yxy34.79110.46670.4432
Hunter Lab58.98407.650934.1822
CIE-Lab65.585712.222660.2789

#ce952b color RGB value is (206,149,43).

#ce952b hex color red value is 206, green value is 149 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ce952b hue: 0.11 , saturation: 0.65 and the lightness value of ce952b is 0.49.

The process color (four color CMYK) of #ce952b color hex is 0.00, 0.28, 0.79, 0.19. Web safe color of #ce952b is #cc9933. Color #ce952b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 00101011
Octal 316 225 53
Decimal 206 149 43
Hex CE 95 2B

RGB Percentages of Color #ce952b

%51.76
%37.44
%10.80

CMYK Percentages of Color #ce952b

%0
%28
%79
%19

Triadic Colors of #ce952b

#ce952b #2bce95 #952bce

Analogous Colors of #ce952b

#ce952b #b6ce2b #ce442b

Monochromatic Colors of #ce952b

#ce952b

Complementary Color

#ce952b #2b64ce

#ce952b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce952b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce952b Color CSS Codes

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

#ce952b Text Font Color

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

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


#ce952b Background Color

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

This div background color is #ce952b


#ce952b Border Color

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

This div border color is #ce952b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce952b


Comments

No comments written yet.

Please login to write comment.