Color Hex Logo

#67aada Color Hex

#67AADA
(103,170,218)
0 Favorites   0 Comments

Color spaces of #67aada

RGB 103170218
HSL0.570.610.63
HSV205°53°85°
CMYK 0.530.220.00   0.15
XYZ32.623136.695071.6931
Yxy36.69500.23140.2602
Hunter Lab60.5764-9.8785-27.7671
CIE-Lab67.0476-7.8850-30.8091

#67aada color RGB value is (103,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101010 11011010
Octal 147 252 332
Decimal 103 170 218
Hex 67 AA DA

RGB Percentages of Color #67aada

%20.98
%34.62
%44.40

CMYK Percentages of Color #67aada

%53
%22
%0
%15

Triadic Colors of #67aada

#67aada #da67aa #aada67

Analogous Colors of #67aada

#67aada #6771da #67dad1

Monochromatic Colors of #67aada

#67aada

Complementary Color

#67aada #da9767

#67aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aada Color CSS Codes

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

#67aada Text Font Color

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

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


#67aada Background Color

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

This div background color is #67aada


#67aada Border Color

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

This div border color is #67aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aada


Comments

No comments written yet.

Please login to write comment.