Color Hex Logo

#68bfff Color Hex

#68BFFF
(104,191,255)
0 Favorites   0 Comments

Color spaces of #68bfff

RGB 104191255
HSL0.571.000.70
HSV205°59°100°
CMYK 0.590.250.00   0.00
XYZ42.389747.4247101.5274
Yxy47.42470.22150.2479
Hunter Lab68.8656-10.6405-39.2043
CIE-Lab74.4606-7.9042-39.4244

#68bfff color RGB value is (104,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 11111111
Octal 150 277 377
Decimal 104 191 255
Hex 68 BF FF

RGB Percentages of Color #68bfff

%18.91
%34.73
%46.36

CMYK Percentages of Color #68bfff

%59
%25
%0
%0

Triadic Colors of #68bfff

#68bfff #ff68bf #bfff68

Analogous Colors of #68bfff

#68bfff #6874ff #68fff4

Monochromatic Colors of #68bfff

#68bfff

Complementary Color

#68bfff #ffa868

#68bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfff Color CSS Codes

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

#68bfff Text Font Color

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

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


#68bfff Background Color

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

This div background color is #68bfff


#68bfff Border Color

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

This div border color is #68bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfff

Related Colors


Comments

No comments written yet.

Please login to write comment.