Color Hex Logo

#67aaff Color Hex

#67AAFF
(103,170,255)
0 Favorites   0 Comments

Color spaces of #67aaff

RGB 103170255
HSL0.591.000.70
HSV214°60°100°
CMYK 0.600.330.00   0.00
XYZ38.018238.8530100.1033
Yxy38.85300.21480.2195
Hunter Lab62.3322-0.2090-51.5852
CIE-Lab68.64463.5536-48.5340

#67aaff color RGB value is (103,170,255).

#67aaff hex color red value is 103, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #67aaff hue: 0.59 , saturation: 1.00 and the lightness value of 67aaff is 0.70.

The process color (four color CMYK) of #67aaff color hex is 0.60, 0.33, 0.00, 0.00. Web safe color of #67aaff is #6699ff. Color #67aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101010 11111111
Octal 147 252 377
Decimal 103 170 255
Hex 67 AA FF

RGB Percentages of Color #67aaff

%19.51
%32.20
%48.30

CMYK Percentages of Color #67aaff

%60
%33
%0
%0

Triadic Colors of #67aaff

#67aaff #ff67aa #aaff67

Analogous Colors of #67aaff

#67aaff #7067ff #67f6ff

Monochromatic Colors of #67aaff

#67aaff

Complementary Color

#67aaff #ffbc67

#67aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aaff Color CSS Codes

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

#67aaff Text Font Color

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

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


#67aaff Background Color

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

This div background color is #67aaff


#67aaff Border Color

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

This div border color is #67aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aaff


Comments

No comments written yet.

Please login to write comment.