Color Hex Logo

#68fcee Color Hex

#68FCEE
(104,252,238)
0 Favorites   0 Comments

Color spaces of #68fcee

RGB 104252238
HSL0.480.960.70
HSV174°59°99°
CMYK 0.590.000.06   0.01
XYZ55.951978.736993.1377
Yxy78.73690.24560.3456
Hunter Lab88.7338-42.7294-0.1189
CIE-Lab91.1151-42.6567-5.1722

#68fcee color RGB value is (104,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111100 11101110
Octal 150 374 356
Decimal 104 252 238
Hex 68 FC EE

RGB Percentages of Color #68fcee

%17.51
%42.42
%40.07

CMYK Percentages of Color #68fcee

%59
%0
%6
%1

Triadic Colors of #68fcee

#68fcee #ee68fc #fcee68

Analogous Colors of #68fcee

#68fcee #68c0fc #68fca4

Monochromatic Colors of #68fcee

#68fcee

Complementary Color

#68fcee #fc6876

#68fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fcee Color CSS Codes

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

#68fcee Text Font Color

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

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


#68fcee Background Color

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

This div background color is #68fcee


#68fcee Border Color

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

This div border color is #68fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.