Color Hex Logo

#68ddee Color Hex

#68DDEE
(104,221,238)
0 Favorites   0 Comments

Color spaces of #68ddee

RGB 104221238
HSL0.520.800.67
HSV188°56°93°
CMYK 0.560.070.00   0.07
XYZ46.998060.829090.1530
Yxy60.82900.23740.3072
Hunter Lab77.9929-28.9248-13.9390
CIE-Lab82.2867-28.2676-18.3435

#68ddee color RGB value is (104,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11101110
Octal 150 335 356
Decimal 104 221 238
Hex 68 DD EE

RGB Percentages of Color #68ddee

%18.47
%39.25
%42.27

CMYK Percentages of Color #68ddee

%56
%7
%0
%7

Triadic Colors of #68ddee

#68ddee #ee68dd #ddee68

Analogous Colors of #68ddee

#68ddee #689aee #68eebc

Monochromatic Colors of #68ddee

#68ddee

Complementary Color

#68ddee #ee7968

#68ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ddee Color CSS Codes

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

#68ddee Text Font Color

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

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


#68ddee Background Color

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

This div background color is #68ddee


#68ddee Border Color

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

This div border color is #68ddee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,221,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 #68ddee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ddee


Comments

No comments written yet.

Please login to write comment.