Color Hex Logo

#68befe Color Hex

#68BEFE
(104,190,254)
0 Favorites   0 Comments

Color spaces of #68befe

RGB 104190254
HSL0.570.990.70
HSV206°59°100°
CMYK 0.590.250.00   0.00
XYZ42.011846.9257100.6092
Yxy46.92570.22160.2476
Hunter Lab68.5023-10.4068-39.1274
CIE-Lab74.1422-7.6704-39.3825

#68befe color RGB value is (104,190,254).

#68befe hex color red value is 104, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #68befe hue: 0.57 , saturation: 0.99 and the lightness value of 68befe is 0.70.

The process color (four color CMYK) of #68befe color hex is 0.59, 0.25, 0.00, 0.00. Web safe color of #68befe is #66ccff. Color #68befe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11111110
Octal 150 276 376
Decimal 104 190 254
Hex 68 BE FE

RGB Percentages of Color #68befe

%18.98
%34.67
%46.35

CMYK Percentages of Color #68befe

%59
%25
%0
%0

Triadic Colors of #68befe

#68befe #fe68be #befe68

Analogous Colors of #68befe

#68befe #6873fe #68fef3

Monochromatic Colors of #68befe

#68befe

Complementary Color

#68befe #fea868

#68befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#68befe Color CSS Codes

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

#68befe Text Font Color

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

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


#68befe Background Color

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

This div background color is #68befe


#68befe Border Color

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

This div border color is #68befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68befe

Related Colors


Comments

No comments written yet.

Please login to write comment.