Color Hex Logo

#ce8201 Color Hex

#CE8201
(206,130,1)
0 Favorites   0 Comments

Color spaces of #ce8201

RGB 2061301
HSL0.100.990.41
HSV38°100°81°
CMYK 0.000.371.00   0.19
XYZ33.441729.08933.8809
Yxy29.08930.50350.4380
Hunter Lab53.934516.292333.4879
CIE-Lab60.860421.688066.6984

#ce8201 color RGB value is (206,130,1).

#ce8201 hex color red value is 206, green value is 130 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ce8201 hue: 0.10 , saturation: 0.99 and the lightness value of ce8201 is 0.41.

The process color (four color CMYK) of #ce8201 color hex is 0.00, 0.37, 1.00, 0.19. Web safe color of #ce8201 is #cc9900. Color #ce8201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 00000001
Octal 316 202 1
Decimal 206 130 1
Hex CE 82 1

RGB Percentages of Color #ce8201

%61.13
%38.58
%0.30

CMYK Percentages of Color #ce8201

%0
%37
%100
%19

Triadic Colors of #ce8201

#ce8201 #01ce82 #8201ce

Analogous Colors of #ce8201

#ce8201 #b4ce01 #ce1c01

Monochromatic Colors of #ce8201

#ce8201

Complementary Color

#ce8201 #014dce

#ce8201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8201 Color CSS Codes

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

#ce8201 Text Font Color

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

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


#ce8201 Background Color

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

This div background color is #ce8201


#ce8201 Border Color

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

This div border color is #ce8201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8201


Comments

No comments written yet.

Please login to write comment.