Color Hex Logo

#67aaef Color Hex

#67AAEF
(103,170,239)
0 Favorites   0 Comments

Color spaces of #67aaef

RGB 103170239
HSL0.580.810.67
HSV210°57°94°
CMYK 0.570.290.00   0.06
XYZ35.548237.865087.0964
Yxy37.86500.22150.2359
Hunter Lab61.5345-4.5669-40.8453
CIE-Lab67.9210-1.4847-40.9651

#67aaef color RGB value is (103,170,239).

#67aaef hex color red value is 103, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #67aaef hue: 0.58 , saturation: 0.81 and the lightness value of 67aaef is 0.67.

The process color (four color CMYK) of #67aaef color hex is 0.57, 0.29, 0.00, 0.06. Web safe color of #67aaef is #6699ff. Color #67aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101010 11101111
Octal 147 252 357
Decimal 103 170 239
Hex 67 AA EF

RGB Percentages of Color #67aaef

%20.12
%33.20
%46.68

CMYK Percentages of Color #67aaef

%57
%29
%0
%6

Triadic Colors of #67aaef

#67aaef #ef67aa #aaef67

Analogous Colors of #67aaef

#67aaef #6867ef #67eeef

Monochromatic Colors of #67aaef

#67aaef

Complementary Color

#67aaef #efac67

#67aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aaef Color CSS Codes

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

#67aaef Text Font Color

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

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


#67aaef Background Color

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

This div background color is #67aaef


#67aaef Border Color

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

This div border color is #67aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aaef


Comments

No comments written yet.

Please login to write comment.