Color Hex Logo

#68bfde Color Hex

#68BFDE
(104,191,222)
0 Favorites   0 Comments

Color spaces of #68bfde

RGB 104191222
HSL0.540.640.64
HSV196°53°87°
CMYK 0.530.140.00   0.13
XYZ37.524545.478675.9077
Yxy45.47860.23610.2862
Hunter Lab67.4378-18.6932-19.5301
CIE-Lab73.2059-17.7087-23.5361

#68bfde color RGB value is (104,191,222).

#68bfde hex color red value is 104, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #68bfde hue: 0.54 , saturation: 0.64 and the lightness value of 68bfde is 0.64.

The process color (four color CMYK) of #68bfde color hex is 0.53, 0.14, 0.00, 0.13. Web safe color of #68bfde is #66cccc. Color #68bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 11011110
Octal 150 277 336
Decimal 104 191 222
Hex 68 BF DE

RGB Percentages of Color #68bfde

%20.12
%36.94
%42.94

CMYK Percentages of Color #68bfde

%53
%14
%0
%13

Triadic Colors of #68bfde

#68bfde #de68bf #bfde68

Analogous Colors of #68bfde

#68bfde #6884de #68dec2

Monochromatic Colors of #68bfde

#68bfde

Complementary Color

#68bfde #de8768

#68bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfde Color CSS Codes

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

#68bfde Text Font Color

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

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


#68bfde Background Color

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

This div background color is #68bfde


#68bfde Border Color

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

This div border color is #68bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfde


Comments

No comments written yet.

Please login to write comment.