Color Hex Logo

#68badd Color Hex

#68BADD
(104,186,221)
0 Favorites   0 Comments

Color spaces of #68badd

RGB 104186221
HSL0.550.630.64
HSV198°53°87°
CMYK 0.530.160.00   0.13
XYZ36.319043.281374.8465
Yxy43.28130.23520.2802
Hunter Lab65.7885-16.5878-21.4013
CIE-Lab71.7455-15.3844-25.2238

#68badd color RGB value is (104,186,221).

#68badd hex color red value is 104, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #68badd hue: 0.55 , saturation: 0.63 and the lightness value of 68badd is 0.64.

The process color (four color CMYK) of #68badd color hex is 0.53, 0.16, 0.00, 0.13. Web safe color of #68badd is #66cccc. Color #68badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 11011101
Octal 150 272 335
Decimal 104 186 221
Hex 68 BA DD

RGB Percentages of Color #68badd

%20.35
%36.40
%43.25

CMYK Percentages of Color #68badd

%53
%16
%0
%13

Triadic Colors of #68badd

#68badd #dd68ba #badd68

Analogous Colors of #68badd

#68badd #6880dd #68ddc6

Monochromatic Colors of #68badd

#68badd

Complementary Color

#68badd #dd8b68

#68badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68badd Color CSS Codes

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

#68badd Text Font Color

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

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


#68badd Background Color

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

This div background color is #68badd


#68badd Border Color

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

This div border color is #68badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68badd


Comments

No comments written yet.

Please login to write comment.