Color Hex Logo

#ca690a Color Hex

#CA690A
(202,105,10)
0 Favorites   0 Comments

Color spaces of #ca690a

RGB 20210510
HSL0.080.910.42
HSV30°95°79°
CMYK 0.000.480.95   0.21
XYZ29.463522.68163.1123
Yxy22.68160.53320.4105
Hunter Lab47.625227.085529.4630
CIE-Lab54.742833.464860.8194

#ca690a color RGB value is (202,105,10).

#ca690a hex color red value is 202, green value is 105 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ca690a hue: 0.08 , saturation: 0.91 and the lightness value of ca690a is 0.42.

The process color (four color CMYK) of #ca690a color hex is 0.00, 0.48, 0.95, 0.21. Web safe color of #ca690a is #cc6600. Color #ca690a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 00001010
Octal 312 151 12
Decimal 202 105 10
Hex CA 69 A

RGB Percentages of Color #ca690a

%63.72
%33.12
%3.15

CMYK Percentages of Color #ca690a

%0
%48
%95
%21

Triadic Colors of #ca690a

#ca690a #0aca69 #690aca

Analogous Colors of #ca690a

#ca690a #cac90a #ca0a0b

Monochromatic Colors of #ca690a

#ca690a

Complementary Color

#ca690a #0a6bca

#ca690a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca690a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca690a Color CSS Codes

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

#ca690a Text Font Color

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

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


#ca690a Background Color

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

This div background color is #ca690a


#ca690a Border Color

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

This div border color is #ca690a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca690a


Comments

No comments written yet.

Please login to write comment.