Color Hex Logo

#68deed Color Hex

#68DEED
(104,222,237)
0 Favorites   0 Comments

Color spaces of #68deed

RGB 104222237
HSL0.520.790.67
HSV187°56°93°
CMYK 0.560.060.00   0.07
XYZ47.116361.300089.4696
Yxy61.30000.23810.3098
Hunter Lab78.2943-29.5965-12.9467
CIE-Lab82.5398-29.0268-17.4315

#68deed color RGB value is (104,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011110 11101101
Octal 150 336 355
Decimal 104 222 237
Hex 68 DE ED

RGB Percentages of Color #68deed

%18.47
%39.43
%42.10

CMYK Percentages of Color #68deed

%56
%6
%0
%7

Triadic Colors of #68deed

#68deed #ed68de #deed68

Analogous Colors of #68deed

#68deed #689ced #68edba

Monochromatic Colors of #68deed

#68deed

Complementary Color

#68deed #ed7768

#68deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#68deed Color CSS Codes

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

#68deed Text Font Color

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

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


#68deed Background Color

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

This div background color is #68deed


#68deed Border Color

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

This div border color is #68deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68deed


Comments

No comments written yet.

Please login to write comment.