Color Hex Logo

#67aeda Color Hex

#67AEDA
(103,174,218)
0 Favorites   0 Comments

Color spaces of #67aeda

RGB 103174218
HSL0.560.610.63
HSV203°53°85°
CMYK 0.530.200.00   0.15
XYZ33.384538.217671.9469
Yxy38.21760.23260.2662
Hunter Lab61.8204-11.7914-25.7278
CIE-Lab68.1807-10.0665-29.0606

#67aeda color RGB value is (103,174,218).

#67aeda hex color red value is 103, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #67aeda hue: 0.56 , saturation: 0.61 and the lightness value of 67aeda is 0.63.

The process color (four color CMYK) of #67aeda color hex is 0.53, 0.20, 0.00, 0.15. Web safe color of #67aeda is #6699cc. Color #67aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101110 11011010
Octal 147 256 332
Decimal 103 174 218
Hex 67 AE DA

RGB Percentages of Color #67aeda

%20.81
%35.15
%44.04

CMYK Percentages of Color #67aeda

%53
%20
%0
%15

Triadic Colors of #67aeda

#67aeda #da67ae #aeda67

Analogous Colors of #67aeda

#67aeda #6775da #67dacd

Monochromatic Colors of #67aeda

#67aeda

Complementary Color

#67aeda #da9367

#67aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#67aeda Color CSS Codes

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

#67aeda Text Font Color

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

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


#67aeda Background Color

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

This div background color is #67aeda


#67aeda Border Color

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

This div border color is #67aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67aeda


Comments

No comments written yet.

Please login to write comment.