Color Hex Logo

#68aaed Color Hex

#68AAED
(104,170,237)
0 Favorites   0 Comments

Color spaces of #68aaed

RGB 104170237
HSL0.580.790.67
HSV210°56°93°
CMYK 0.560.280.00   0.07
XYZ35.369737.806985.5540
Yxy37.80690.22280.2382
Hunter Lab61.4873-4.9232-39.4555
CIE-Lab67.8781-1.9036-39.9366

#68aaed color RGB value is (104,170,237).

#68aaed hex color red value is 104, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #68aaed hue: 0.58 , saturation: 0.79 and the lightness value of 68aaed is 0.67.

The process color (four color CMYK) of #68aaed color hex is 0.56, 0.28, 0.00, 0.07. Web safe color of #68aaed is #6699ff. Color #68aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 11101101
Octal 150 252 355
Decimal 104 170 237
Hex 68 AA ED

RGB Percentages of Color #68aaed

%20.35
%33.27
%46.38

CMYK Percentages of Color #68aaed

%56
%28
%0
%7

Triadic Colors of #68aaed

#68aaed #ed68aa #aaed68

Analogous Colors of #68aaed

#68aaed #6968ed #68eded

Monochromatic Colors of #68aaed

#68aaed

Complementary Color

#68aaed #edab68

#68aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aaed Color CSS Codes

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

#68aaed Text Font Color

<p style="color:#68aaed">Text here</p>

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


#68aaed Background Color

<div style="background-color:#68aaed">
Div content here</div>

This div background color is #68aaed


#68aaed Border Color

<div style="border:3px solid #68aaed">
Div here</div>

This div border color is #68aaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,170,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68aaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68aaed;
  -webkit-box-shadow: 1px 1px 3px 2px #68aaed;
  box-shadow:         1px 1px 3px 2px #68aaed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aaed


Comments

No comments written yet.

Please login to write comment.