Color Hex Logo

#68fdeb Color Hex

#68FDEB
(104,253,235)
0 Favorites   0 Comments

Color spaces of #68fdeb

RGB 104253235
HSL0.480.970.70
HSV173°59°99°
CMYK 0.590.000.07   0.01
XYZ55.829679.191890.9403
Yxy79.19180.24710.3505
Hunter Lab88.9898-43.74641.7033
CIE-Lab91.3210-43.8496-3.3123

#68fdeb color RGB value is (104,253,235).

#68fdeb hex color red value is 104, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #68fdeb hue: 0.48 , saturation: 0.97 and the lightness value of 68fdeb is 0.70.

The process color (four color CMYK) of #68fdeb color hex is 0.59, 0.00, 0.07, 0.01. Web safe color of #68fdeb is #66ffff. Color #68fdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111101 11101011
Octal 150 375 353
Decimal 104 253 235
Hex 68 FD EB

RGB Percentages of Color #68fdeb

%17.57
%42.74
%39.70

CMYK Percentages of Color #68fdeb

%59
%0
%7
%1

Triadic Colors of #68fdeb

#68fdeb #eb68fd #fdeb68

Analogous Colors of #68fdeb

#68fdeb #68c5fd #68fda1

Monochromatic Colors of #68fdeb

#68fdeb

Complementary Color

#68fdeb #fd687a

#68fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fdeb Color CSS Codes

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

#68fdeb Text Font Color

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

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


#68fdeb Background Color

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

This div background color is #68fdeb


#68fdeb Border Color

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

This div border color is #68fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fdeb


Comments

No comments written yet.

Please login to write comment.