Color Hex Logo

#68dfee Color Hex

#68DFEE
(104,223,238)
0 Favorites   0 Comments

Color spaces of #68dfee

RGB 104223238
HSL0.520.800.67
HSV187°56°93°
CMYK 0.560.060.00   0.07
XYZ47.529261.891590.3301
Yxy61.89150.23790.3098
Hunter Lab78.6712-29.8337-13.0069
CIE-Lab82.8557-29.2360-17.4854

#68dfee color RGB value is (104,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11101110
Octal 150 337 356
Decimal 104 223 238
Hex 68 DF EE

RGB Percentages of Color #68dfee

%18.41
%39.47
%42.12

CMYK Percentages of Color #68dfee

%56
%6
%0
%7

Triadic Colors of #68dfee

#68dfee #ee68df #dfee68

Analogous Colors of #68dfee

#68dfee #689cee #68eeba

Monochromatic Colors of #68dfee

#68dfee

Complementary Color

#68dfee #ee7768

#68dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfee Color CSS Codes

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

#68dfee Text Font Color

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

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


#68dfee Background Color

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

This div background color is #68dfee


#68dfee Border Color

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

This div border color is #68dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfee


Comments

No comments written yet.

Please login to write comment.