Color Hex Logo

#68ccdf Color Hex

#68CCDF
(104,204,223)
0 Favorites   0 Comments

Color spaces of #68ccdf

RGB 104204223
HSL0.530.650.64
HSV190°53°87°
CMYK 0.530.090.00   0.13
XYZ40.621151.456577.6032
Yxy51.45650.23940.3033
Hunter Lab71.7332-24.4520-13.9285
CIE-Lab76.9547-24.0431-18.3833

#68ccdf color RGB value is (104,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 11011111
Octal 150 314 337
Decimal 104 204 223
Hex 68 CC DF

RGB Percentages of Color #68ccdf

%19.59
%38.42
%42.00

CMYK Percentages of Color #68ccdf

%53
%9
%0
%13

Triadic Colors of #68ccdf

#68ccdf #df68cc #ccdf68

Analogous Colors of #68ccdf

#68ccdf #6891df #68dfb7

Monochromatic Colors of #68ccdf

#68ccdf

Complementary Color

#68ccdf #df7b68

#68ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccdf Color CSS Codes

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

#68ccdf Text Font Color

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

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


#68ccdf Background Color

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

This div background color is #68ccdf


#68ccdf Border Color

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

This div border color is #68ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccdf


Comments

No comments written yet.

Please login to write comment.