Color Hex Logo

#68ccde Color Hex

#68CCDE
(104,204,222)
0 Favorites   0 Comments

Color spaces of #68ccde

RGB 104204222
HSL0.530.640.64
HSV189°53°87°
CMYK 0.530.080.00   0.13
XYZ40.486651.402776.8951
Yxy51.40270.23990.3045
Hunter Lab71.6957-24.6684-13.4028
CIE-Lab76.9223-24.3195-17.8942

#68ccde color RGB value is (104,204,222).

#68ccde hex color red value is 104, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #68ccde hue: 0.53 , saturation: 0.64 and the lightness value of 68ccde is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 11011110
Octal 150 314 336
Decimal 104 204 222
Hex 68 CC DE

RGB Percentages of Color #68ccde

%19.62
%38.49
%41.89

CMYK Percentages of Color #68ccde

%53
%8
%0
%13

Triadic Colors of #68ccde

#68ccde #de68cc #ccde68

Analogous Colors of #68ccde

#68ccde #6891de #68deb5

Monochromatic Colors of #68ccde

#68ccde

Complementary Color

#68ccde #de7a68

#68ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccde Color CSS Codes

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

#68ccde Text Font Color

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

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


#68ccde Background Color

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

This div background color is #68ccde


#68ccde Border Color

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

This div border color is #68ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccde


Comments

No comments written yet.

Please login to write comment.