Color Hex Logo

#68fbed Color Hex

#68FBED
(104,251,237)
0 Favorites   0 Comments

Color spaces of #68fbed

RGB 104251237
HSL0.480.950.70
HSV174°59°98°
CMYK 0.590.000.06   0.02
XYZ55.492278.051892.2615
Yxy78.05180.24580.3457
Hunter Lab88.3469-42.4883-0.0742
CIE-Lab90.8035-42.4644-5.1122

#68fbed color RGB value is (104,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11111011 11101101
Octal 150 373 355
Decimal 104 251 237
Hex 68 FB ED

RGB Percentages of Color #68fbed

%17.57
%42.40
%40.03

CMYK Percentages of Color #68fbed

%59
%0
%6
%2

Triadic Colors of #68fbed

#68fbed #ed68fb #fbed68

Analogous Colors of #68fbed

#68fbed #68c0fb #68fba4

Monochromatic Colors of #68fbed

#68fbed

Complementary Color

#68fbed #fb6876

#68fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#68fbed Color CSS Codes

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

#68fbed Text Font Color

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

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


#68fbed Background Color

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

This div background color is #68fbed


#68fbed Border Color

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

This div border color is #68fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68fbed

Related Colors


Comments

No comments written yet.

Please login to write comment.