Color Hex Logo

#68bafd Color Hex

#68BAFD
(104,186,253)
0 Favorites   0 Comments

Color spaces of #68bafd

RGB 104186253
HSL0.570.970.70
HSV207°59°99°
CMYK 0.590.260.00   0.01
XYZ40.997445.152799.4831
Yxy45.15270.22090.2432
Hunter Lab67.1958-8.6864-40.7416
CIE-Lab72.9923-5.8044-40.6355

#68bafd color RGB value is (104,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 11111101
Octal 150 272 375
Decimal 104 186 253
Hex 68 BA FD

RGB Percentages of Color #68bafd

%19.15
%34.25
%46.59

CMYK Percentages of Color #68bafd

%59
%26
%0
%1

Triadic Colors of #68bafd

#68bafd #fd68ba #bafd68

Analogous Colors of #68bafd

#68bafd #6870fd #68fdf6

Monochromatic Colors of #68bafd

#68bafd

Complementary Color

#68bafd #fdab68

#68bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bafd Color CSS Codes

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

#68bafd Text Font Color

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

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


#68bafd Background Color

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

This div background color is #68bafd


#68bafd Border Color

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

This div border color is #68bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,186,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 #68bafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.