Color Hex Logo

#ce991e Color Hex

#CE991E
(206,153,30)
0 Favorites   0 Comments

Color spaces of #ce991e

RGB 20615330
HSL0.120.750.46
HSV42°85°81°
CMYK 0.000.260.85   0.19
XYZ37.079235.99806.2223
Yxy35.99800.46760.4539
Hunter Lab59.99835.316635.8500
CIE-Lab66.51849.660165.2371

#ce991e color RGB value is (206,153,30).

#ce991e hex color red value is 206, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ce991e hue: 0.12 , saturation: 0.75 and the lightness value of ce991e is 0.46.

The process color (four color CMYK) of #ce991e color hex is 0.00, 0.26, 0.85, 0.19. Web safe color of #ce991e is #cc9933. Color #ce991e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 00011110
Octal 316 231 36
Decimal 206 153 30
Hex CE 99 1E

RGB Percentages of Color #ce991e

%52.96
%39.33
%7.71

CMYK Percentages of Color #ce991e

%0
%26
%85
%19

Triadic Colors of #ce991e

#ce991e #1ece99 #991ece

Analogous Colors of #ce991e

#ce991e #abce1e #ce411e

Monochromatic Colors of #ce991e

#ce991e

Complementary Color

#ce991e #1e53ce

#ce991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce991e Color CSS Codes

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

#ce991e Text Font Color

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

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


#ce991e Background Color

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

This div background color is #ce991e


#ce991e Border Color

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

This div border color is #ce991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce991e


Comments

No comments written yet.

Please login to write comment.