Color Hex Logo

#68badc Color Hex

#68BADC
(104,186,220)
0 Favorites   0 Comments

Color spaces of #68badc

RGB 104186220
HSL0.550.620.64
HSV198°53°86°
CMYK 0.530.150.00   0.14
XYZ36.186143.228274.1468
Yxy43.22820.23560.2815
Hunter Lab65.7482-16.8174-20.8400
CIE-Lab71.7096-15.6728-24.7339

#68badc color RGB value is (104,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 11011100
Octal 150 272 334
Decimal 104 186 220
Hex 68 BA DC

RGB Percentages of Color #68badc

%20.39
%36.47
%43.14

CMYK Percentages of Color #68badc

%53
%15
%0
%14

Triadic Colors of #68badc

#68badc #dc68ba #badc68

Analogous Colors of #68badc

#68badc #6880dc #68dcc4

Monochromatic Colors of #68badc

#68badc

Complementary Color

#68badc #dc8a68

#68badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68badc Color CSS Codes

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

#68badc Text Font Color

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

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


#68badc Background Color

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

This div background color is #68badc


#68badc Border Color

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

This div border color is #68badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68badc


Comments

No comments written yet.

Please login to write comment.