Color Hex Logo

#68dfeb Color Hex

#68DFEB
(104,223,235)
0 Favorites   0 Comments

Color spaces of #68dfeb

RGB 104223235
HSL0.520.770.66
HSV185°56°92°
CMYK 0.560.050.00   0.08
XYZ47.092061.716688.0277
Yxy61.71660.23920.3135
Hunter Lab78.5599-30.4797-11.4435
CIE-Lab82.7625-30.0548-16.0357

#68dfeb color RGB value is (104,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 11101011
Octal 150 337 353
Decimal 104 223 235
Hex 68 DF EB

RGB Percentages of Color #68dfeb

%18.51
%39.68
%41.81

CMYK Percentages of Color #68dfeb

%56
%5
%0
%8

Triadic Colors of #68dfeb

#68dfeb #eb68df #dfeb68

Analogous Colors of #68dfeb

#68dfeb #689eeb #68ebb6

Monochromatic Colors of #68dfeb

#68dfeb

Complementary Color

#68dfeb #eb7468

#68dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfeb Color CSS Codes

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

#68dfeb Text Font Color

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

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


#68dfeb Background Color

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

This div background color is #68dfeb


#68dfeb Border Color

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

This div border color is #68dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfeb


Comments

No comments written yet.

Please login to write comment.