Color Hex Logo

#67aaca Color Hex

#67AACA
(103,170,202)
0 Favorites   0 Comments

Color spaces of #67aaca

RGB 103170202
HSL0.550.480.60
HSV199°49°79°
CMYK 0.490.160.00   0.21
XYZ30.628935.897361.1917
Yxy35.89730.23980.2811
Hunter Lab59.9144-13.5989-18.6140
CIE-Lab66.4414-12.5559-22.9066

#67aaca color RGB value is (103,170,202).

#67aaca hex color red value is 103, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #67aaca hue: 0.55 , saturation: 0.48 and the lightness value of 67aaca is 0.60.

The process color (four color CMYK) of #67aaca color hex is 0.49, 0.16, 0.00, 0.21. Web safe color of #67aaca is #6699cc. Color #67aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101010 11001010
Octal 147 252 312
Decimal 103 170 202
Hex 67 AA CA

RGB Percentages of Color #67aaca

%21.68
%35.79
%42.53

CMYK Percentages of Color #67aaca

%49
%16
%0
%21

Triadic Colors of #67aaca

#67aaca #ca67aa #aaca67

Analogous Colors of #67aaca

#67aaca #6779ca #67cab9

Monochromatic Colors of #67aaca

#67aaca

Complementary Color

#67aaca #ca8767

#67aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aaca Color CSS Codes

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

#67aaca Text Font Color

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

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


#67aaca Background Color

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

This div background color is #67aaca


#67aaca Border Color

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

This div border color is #67aaca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,170,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67aaca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67aaca;
  -webkit-box-shadow: 1px 1px 3px 2px #67aaca;
  box-shadow:         1px 1px 3px 2px #67aaca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aaca


Comments

No comments written yet.

Please login to write comment.