Color Hex Logo

#68befd Color Hex

#68BEFD
(104,190,253)
0 Favorites   0 Comments

Color spaces of #68befd

RGB 104190253
HSL0.570.970.70
HSV205°59°99°
CMYK 0.590.250.00   0.01
XYZ41.852046.861899.7679
Yxy46.86180.22200.2486
Hunter Lab68.4557-10.6672-38.4908
CIE-Lab74.1013-7.9774-38.9086

#68befd color RGB value is (104,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11111101
Octal 150 276 375
Decimal 104 190 253
Hex 68 BE FD

RGB Percentages of Color #68befd

%19.01
%34.73
%46.25

CMYK Percentages of Color #68befd

%59
%25
%0
%1

Triadic Colors of #68befd

#68befd #fd68be #befd68

Analogous Colors of #68befd

#68befd #6874fd #68fdf2

Monochromatic Colors of #68befd

#68befd

Complementary Color

#68befd #fda768

#68befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68befd Color CSS Codes

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

#68befd Text Font Color

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

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


#68befd Background Color

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

This div background color is #68befd


#68befd Border Color

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

This div border color is #68befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68befd

Related Colors


Comments

No comments written yet.

Please login to write comment.