Color Hex Logo

#67aefe Color Hex

#67AEFE
(103,174,254)
0 Favorites   0 Comments

Color spaces of #67aefe

RGB 103174254
HSL0.590.990.70
HSV212°59°100°
CMYK 0.590.310.00   0.00
XYZ38.619040.311499.5114
Yxy40.31140.21640.2259
Hunter Lab63.4913-2.5358-48.4828
CIE-Lab69.69080.9750-46.3463

#67aefe color RGB value is (103,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101110 11111110
Octal 147 256 376
Decimal 103 174 254
Hex 67 AE FE

RGB Percentages of Color #67aefe

%19.40
%32.77
%47.83

CMYK Percentages of Color #67aefe

%59
%31
%0
%0

Triadic Colors of #67aefe

#67aefe #fe67ae #aefe67

Analogous Colors of #67aefe

#67aefe #6c67fe #67fafe

Monochromatic Colors of #67aefe

#67aefe

Complementary Color

#67aefe #feb767

#67aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aefe Color CSS Codes

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

#67aefe Text Font Color

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

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


#67aefe Background Color

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

This div background color is #67aefe


#67aefe Border Color

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

This div border color is #67aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aefe


Comments

No comments written yet.

Please login to write comment.