Color Hex Logo

#ce944b Color Hex

#CE944B
(206,148,75)
0 Favorites   0 Comments

Color spaces of #ce944b

RGB 20614875
HSL0.090.570.55
HSV33°64°81°
CMYK 0.000.280.64   0.19
XYZ37.313534.809611.4089
Yxy34.80960.44670.4167
Hunter Lab58.99979.640429.8347
CIE-Lab65.600214.386046.4016

#ce944b color RGB value is (206,148,75).

#ce944b hex color red value is 206, green value is 148 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ce944b hue: 0.09 , saturation: 0.57 and the lightness value of ce944b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 01001011
Octal 316 224 113
Decimal 206 148 75
Hex CE 94 4B

RGB Percentages of Color #ce944b

%48.02
%34.50
%17.48

CMYK Percentages of Color #ce944b

%0
%28
%64
%19

Triadic Colors of #ce944b

#ce944b #4bce94 #944bce

Analogous Colors of #ce944b

#ce944b #c7ce4b #ce534b

Monochromatic Colors of #ce944b

#ce944b

Complementary Color

#ce944b #4b85ce

#ce944b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce944b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce944b Color CSS Codes

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

#ce944b Text Font Color

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

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


#ce944b Background Color

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

This div background color is #ce944b


#ce944b Border Color

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

This div border color is #ce944b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce944b


Comments

No comments written yet.

Please login to write comment.