Color Hex Logo

#68cddf Color Hex

#68CDDF
(104,205,223)
0 Favorites   0 Comments

Color spaces of #68cddf

RGB 104205223
HSL0.530.650.64
HSV189°53°87°
CMYK 0.530.080.00   0.13
XYZ40.859551.933477.6827
Yxy51.93340.23970.3046
Hunter Lab72.0648-24.9071-13.4666
CIE-Lab77.2410-24.5417-17.9507

#68cddf color RGB value is (104,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001101 11011111
Octal 150 315 337
Decimal 104 205 223
Hex 68 CD DF

RGB Percentages of Color #68cddf

%19.55
%38.53
%41.92

CMYK Percentages of Color #68cddf

%53
%8
%0
%13

Triadic Colors of #68cddf

#68cddf #df68cd #cddf68

Analogous Colors of #68cddf

#68cddf #6892df #68dfb6

Monochromatic Colors of #68cddf

#68cddf

Complementary Color

#68cddf #df7a68

#68cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cddf Color CSS Codes

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

#68cddf Text Font Color

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

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


#68cddf Background Color

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

This div background color is #68cddf


#68cddf Border Color

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

This div border color is #68cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cddf


Comments

No comments written yet.

Please login to write comment.