Color Hex Logo

#67aafb Color Hex

#67AAFB
(103,170,251)
0 Favorites   0 Comments

Color spaces of #67aafb

RGB 103170251
HSL0.590.950.69
HSV213°59°98°
CMYK 0.590.320.00   0.02
XYZ37.380838.598196.7468
Yxy38.59810.21640.2235
Hunter Lab62.1274-1.3230-48.8392
CIE-Lab68.45912.2828-46.6555

#67aafb color RGB value is (103,170,251).

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

The process color (four color CMYK) of #67aafb color hex is 0.59, 0.32, 0.00, 0.02. Web safe color of #67aafb is #6699ff. Color #67aafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101010 11111011
Octal 147 252 373
Decimal 103 170 251
Hex 67 AA FB

RGB Percentages of Color #67aafb

%19.66
%32.44
%47.90

CMYK Percentages of Color #67aafb

%59
%32
%0
%2

Triadic Colors of #67aafb

#67aafb #fb67aa #aafb67

Analogous Colors of #67aafb

#67aafb #6e67fb #67f4fb

Monochromatic Colors of #67aafb

#67aafb

Complementary Color

#67aafb #fbb867

#67aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aafb Color CSS Codes

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

#67aafb Text Font Color

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

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


#67aafb Background Color

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

This div background color is #67aafb


#67aafb Border Color

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

This div border color is #67aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aafb


Comments

No comments written yet.

Please login to write comment.