Color Hex Logo

#68aedf Color Hex

#68AEDF
(104,174,223)
0 Favorites   0 Comments

Color spaces of #68aedf

RGB 104174223
HSL0.570.650.64
HSV205°53°87°
CMYK 0.530.220.00   0.13
XYZ34.164338.542975.4509
Yxy38.54290.23060.2601
Hunter Lab62.0829-10.4164-28.5985
CIE-Lab68.4189-8.3675-31.4332

#68aedf color RGB value is (104,174,223).

#68aedf hex color red value is 104, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #68aedf hue: 0.57 , saturation: 0.65 and the lightness value of 68aedf is 0.64.

The process color (four color CMYK) of #68aedf color hex is 0.53, 0.22, 0.00, 0.13. Web safe color of #68aedf is #6699cc. Color #68aedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101110 11011111
Octal 150 256 337
Decimal 104 174 223
Hex 68 AE DF

RGB Percentages of Color #68aedf

%20.76
%34.73
%44.51

CMYK Percentages of Color #68aedf

%53
%22
%0
%13

Triadic Colors of #68aedf

#68aedf #df68ae #aedf68

Analogous Colors of #68aedf

#68aedf #6873df #68dfd5

Monochromatic Colors of #68aedf

#68aedf

Complementary Color

#68aedf #df9968

#68aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aedf Color CSS Codes

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

#68aedf Text Font Color

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

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


#68aedf Background Color

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

This div background color is #68aedf


#68aedf Border Color

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

This div border color is #68aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aedf


Comments

No comments written yet.

Please login to write comment.