Color Hex Logo

#67aeff Color Hex

#67AEFF
(103,174,255)
0 Favorites   0 Comments

Color spaces of #67aeff

RGB 103174255
HSL0.591.000.70
HSV212°60°100°
CMYK 0.600.320.00   0.00
XYZ38.779640.3757100.3571
Yxy40.37570.21600.2249
Hunter Lab63.5419-2.2598-49.1624
CIE-Lab69.73631.2914-46.8161

#67aeff color RGB value is (103,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101110 11111111
Octal 147 256 377
Decimal 103 174 255
Hex 67 AE FF

RGB Percentages of Color #67aeff

%19.36
%32.71
%47.93

CMYK Percentages of Color #67aeff

%60
%32
%0
%0

Triadic Colors of #67aeff

#67aeff #ff67ae #aeff67

Analogous Colors of #67aeff

#67aeff #6c67ff #67faff

Monochromatic Colors of #67aeff

#67aeff

Complementary Color

#67aeff #ffb867

#67aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aeff Color CSS Codes

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

#67aeff Text Font Color

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

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


#67aeff Background Color

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

This div background color is #67aeff


#67aeff Border Color

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

This div border color is #67aeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,174,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 #67aeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aeff

#67aeff Color Palettes


Comments

No comments written yet.

Please login to write comment.