Color Hex Logo

#68befa Color Hex

#68BEFA
(104,190,250)
0 Favorites   0 Comments

Color spaces of #68befa

RGB 104190250
HSL0.570.940.69
HSV205°58°98°
CMYK 0.580.240.00   0.02
XYZ41.377746.672197.2703
Yxy46.67210.22330.2518
Hunter Lab68.3170-11.4422-36.5957
CIE-Lab73.9795-8.8951-37.4838

#68befa color RGB value is (104,190,250).

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

The process color (four color CMYK) of #68befa color hex is 0.58, 0.24, 0.00, 0.02. Web safe color of #68befa is #66ccff. Color #68befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11111010
Octal 150 276 372
Decimal 104 190 250
Hex 68 BE FA

RGB Percentages of Color #68befa

%19.12
%34.93
%45.96

CMYK Percentages of Color #68befa

%58
%24
%0
%2

Triadic Colors of #68befa

#68befa #fa68be #befa68

Analogous Colors of #68befa

#68befa #6875fa #68faed

Monochromatic Colors of #68befa

#68befa

Complementary Color

#68befa #faa468

#68befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68befa Color CSS Codes

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

#68befa Text Font Color

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

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


#68befa Background Color

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

This div background color is #68befa


#68befa Border Color

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

This div border color is #68befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68befa

Related Colors


Comments

No comments written yet.

Please login to write comment.