Color Hex Logo

#68dfda Color Hex

#68DFDA
(104,223,218)
0 Favorites   0 Comments

Color spaces of #68dfda

RGB 104223218
HSL0.490.650.64
HSV177°53°87°
CMYK 0.530.000.02   0.13
XYZ44.751560.780475.7028
Yxy60.78040.24690.3354
Hunter Lab77.9618-33.9708-2.9988
CIE-Lab82.2605-34.5576-7.7650

#68dfda color RGB value is (104,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11011010
Octal 150 337 332
Decimal 104 223 218
Hex 68 DF DA

RGB Percentages of Color #68dfda

%19.08
%40.92
%40.00

CMYK Percentages of Color #68dfda

%53
%0
%2
%13

Triadic Colors of #68dfda

#68dfda #da68df #dfda68

Analogous Colors of #68dfda

#68dfda #68a9df #68df9f

Monochromatic Colors of #68dfda

#68dfda

Complementary Color

#68dfda #df686d

#68dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfda Color CSS Codes

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

#68dfda Text Font Color

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

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


#68dfda Background Color

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

This div background color is #68dfda


#68dfda Border Color

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

This div border color is #68dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfda


Comments

No comments written yet.

Please login to write comment.