Color Hex Logo

#68daec Color Hex

#68DAEC
(104,218,236)
0 Favorites   0 Comments

Color spaces of #68daec

RGB 104218236
HSL0.520.780.67
HSV188°56°93°
CMYK 0.560.080.00   0.07
XYZ45.920659.142088.3522
Yxy59.14200.23740.3058
Hunter Lab76.9038-27.9963-14.2836
CIE-Lab81.3696-27.3591-18.6659

#68daec color RGB value is (104,218,236).

#68daec hex color red value is 104, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #68daec hue: 0.52 , saturation: 0.78 and the lightness value of 68daec is 0.67.

The process color (four color CMYK) of #68daec color hex is 0.56, 0.08, 0.00, 0.07. Web safe color of #68daec is #66ccff. Color #68daec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011010 11101100
Octal 150 332 354
Decimal 104 218 236
Hex 68 DA EC

RGB Percentages of Color #68daec

%18.64
%39.07
%42.29

CMYK Percentages of Color #68daec

%56
%8
%0
%7

Triadic Colors of #68daec

#68daec #ec68da #daec68

Analogous Colors of #68daec

#68daec #6898ec #68ecbc

Monochromatic Colors of #68daec

#68daec

Complementary Color

#68daec #ec7a68

#68daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#68daec Color CSS Codes

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

#68daec Text Font Color

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

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


#68daec Background Color

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

This div background color is #68daec


#68daec Border Color

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

This div border color is #68daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68daec


Comments

No comments written yet.

Please login to write comment.