Color Hex Logo

#68abee Color Hex

#68ABEE
(104,171,238)
0 Favorites   0 Comments

Color spaces of #68abee

RGB 104171238
HSL0.580.800.67
HSV210°56°93°
CMYK 0.560.280.00   0.07
XYZ35.704438.241986.3885
Yxy38.24190.22270.2385
Hunter Lab61.8400-5.1600-39.5382
CIE-Lab68.1985-2.1541-39.9822

#68abee color RGB value is (104,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101011 11101110
Octal 150 253 356
Decimal 104 171 238
Hex 68 AB EE

RGB Percentages of Color #68abee

%20.27
%33.33
%46.39

CMYK Percentages of Color #68abee

%56
%28
%0
%7

Triadic Colors of #68abee

#68abee #ee68ab #abee68

Analogous Colors of #68abee

#68abee #6868ee #68eeee

Monochromatic Colors of #68abee

#68abee

Complementary Color

#68abee #eeab68

#68abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#68abee Color CSS Codes

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

#68abee Text Font Color

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

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


#68abee Background Color

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

This div background color is #68abee


#68abee Border Color

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

This div border color is #68abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68abee


Comments

No comments written yet.

Please login to write comment.