Color Hex Logo

#68eafc Color Hex

#68EAFC
(104,234,252)
0 Favorites   0 Comments

Color spaces of #68eafc

RGB 104234252
HSL0.520.960.70
HSV187°59°99°
CMYK 0.590.070.00   0.01
XYZ52.702468.8170102.6008
Yxy68.81700.23520.3071
Hunter Lab82.9560-31.7710-15.2612
CIE-Lab86.4133-30.6650-19.5024

#68eafc color RGB value is (104,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11101010 11111100
Octal 150 352 374
Decimal 104 234 252
Hex 68 EA FC

RGB Percentages of Color #68eafc

%17.63
%39.66
%42.71

CMYK Percentages of Color #68eafc

%59
%7
%0
%1

Triadic Colors of #68eafc

#68eafc #fc68ea #eafc68

Analogous Colors of #68eafc

#68eafc #68a0fc #68fcc4

Monochromatic Colors of #68eafc

#68eafc

Complementary Color

#68eafc #fc7a68

#68eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68eafc Color CSS Codes

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

#68eafc Text Font Color

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

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


#68eafc Background Color

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

This div background color is #68eafc


#68eafc Border Color

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

This div border color is #68eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68eafc


Comments

No comments written yet.

Please login to write comment.