Color Hex Logo

#ca6e22 Color Hex

#CA6E22
(202,110,34)
0 Favorites   0 Comments

Color spaces of #ca6e22

RGB 20211034
HSL0.080.710.46
HSV27°83°79°
CMYK 0.000.460.83   0.21
XYZ30.221823.82394.5190
Yxy23.82390.51600.4068
Hunter Lab48.809725.105828.6775
CIE-Lab55.911031.308054.7392

#ca6e22 color RGB value is (202,110,34).

#ca6e22 hex color red value is 202, green value is 110 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ca6e22 hue: 0.08 , saturation: 0.71 and the lightness value of ca6e22 is 0.46.

The process color (four color CMYK) of #ca6e22 color hex is 0.00, 0.46, 0.83, 0.21. Web safe color of #ca6e22 is #cc6633. Color #ca6e22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 00100010
Octal 312 156 42
Decimal 202 110 34
Hex CA 6E 22

RGB Percentages of Color #ca6e22

%58.38
%31.79
%9.83

CMYK Percentages of Color #ca6e22

%0
%46
%83
%21

Triadic Colors of #ca6e22

#ca6e22 #22ca6e #6e22ca

Analogous Colors of #ca6e22

#ca6e22 #cac222 #ca222a

Monochromatic Colors of #ca6e22

#ca6e22

Complementary Color

#ca6e22 #227eca

#ca6e22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6e22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6e22 Color CSS Codes

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

#ca6e22 Text Font Color

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

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


#ca6e22 Background Color

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

This div background color is #ca6e22


#ca6e22 Border Color

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

This div border color is #ca6e22


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,110,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca6e22; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca6e22;
  -webkit-box-shadow: 1px 1px 3px 2px #ca6e22;
  box-shadow:         1px 1px 3px 2px #ca6e22; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,110,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6e22


Comments

No comments written yet.

Please login to write comment.