Color Hex Logo

#68dded Color Hex

#68DDED
(104,221,237)
0 Favorites   0 Comments

Color spaces of #68dded

RGB 104221237
HSL0.520.790.67
HSV187°56°93°
CMYK 0.560.070.00   0.07
XYZ46.851460.770489.3813
Yxy60.77040.23780.3085
Hunter Lab77.9554-29.1429-13.4114
CIE-Lab82.2552-28.5430-17.8605

#68dded color RGB value is (104,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011101 11101101
Octal 150 335 355
Decimal 104 221 237
Hex 68 DD ED

RGB Percentages of Color #68dded

%18.51
%39.32
%42.17

CMYK Percentages of Color #68dded

%56
%7
%0
%7

Triadic Colors of #68dded

#68dded #ed68dd #dded68

Analogous Colors of #68dded

#68dded #689bed #68edbb

Monochromatic Colors of #68dded

#68dded

Complementary Color

#68dded #ed7868

#68dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dded Color CSS Codes

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

#68dded Text Font Color

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

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


#68dded Background Color

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

This div background color is #68dded


#68dded Border Color

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

This div border color is #68dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dded


Comments

No comments written yet.

Please login to write comment.