Color Hex Logo

#68fae1 Color Hex

#68FAE1
(104,250,225)
0 Favorites   0 Comments

Color spaces of #68fae1

RGB 104250225
HSL0.470.940.69
HSV170°58°98°
CMYK 0.580.000.10   0.02
XYZ53.485176.750583.2295
Yxy76.75050.25060.3595
Hunter Lab87.6074-44.33704.9980
CIE-Lab90.2067-44.99190.2478

#68fae1 color RGB value is (104,250,225).

#68fae1 hex color red value is 104, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #68fae1 hue: 0.47 , saturation: 0.94 and the lightness value of 68fae1 is 0.69.

The process color (four color CMYK) of #68fae1 color hex is 0.58, 0.00, 0.10, 0.02. Web safe color of #68fae1 is #66ffcc. Color #68fae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111010 11100001
Octal 150 372 341
Decimal 104 250 225
Hex 68 FA E1

RGB Percentages of Color #68fae1

%17.96
%43.18
%38.86

CMYK Percentages of Color #68fae1

%58
%0
%10
%2

Triadic Colors of #68fae1

#68fae1 #e168fa #fae168

Analogous Colors of #68fae1

#68fae1 #68cafa #68fa98

Monochromatic Colors of #68fae1

#68fae1

Complementary Color

#68fae1 #fa6881

#68fae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fae1 Color CSS Codes

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

#68fae1 Text Font Color

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

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


#68fae1 Background Color

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

This div background color is #68fae1


#68fae1 Border Color

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

This div border color is #68fae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fae1


Comments

No comments written yet.

Please login to write comment.