Color Hex Logo

#67aadd Color Hex

#67AADD
(103,170,221)
0 Favorites   0 Comments

Color spaces of #67aadd

RGB 103170221
HSL0.570.630.64
HSV206°53°87°
CMYK 0.530.230.00   0.13
XYZ33.019436.853573.7797
Yxy36.85350.22990.2565
Hunter Lab60.7071-9.1488-29.5625
CIE-Lab67.1670-6.9878-32.2752

#67aadd color RGB value is (103,170,221).

#67aadd hex color red value is 103, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #67aadd hue: 0.57 , saturation: 0.63 and the lightness value of 67aadd is 0.64.

The process color (four color CMYK) of #67aadd color hex is 0.53, 0.23, 0.00, 0.13. Web safe color of #67aadd is #6699cc. Color #67aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101010 11011101
Octal 147 252 335
Decimal 103 170 221
Hex 67 AA DD

RGB Percentages of Color #67aadd

%20.85
%34.41
%44.74

CMYK Percentages of Color #67aadd

%53
%23
%0
%13

Triadic Colors of #67aadd

#67aadd #dd67aa #aadd67

Analogous Colors of #67aadd

#67aadd #676fdd #67ddd5

Monochromatic Colors of #67aadd

#67aadd

Complementary Color

#67aadd #dd9a67

#67aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aadd Color CSS Codes

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

#67aadd Text Font Color

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

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


#67aadd Background Color

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

This div background color is #67aadd


#67aadd Border Color

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

This div border color is #67aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aadd


Comments

No comments written yet.

Please login to write comment.