Color Hex Logo

#68bfdc Color Hex

#68BFDC
(104,191,220)
0 Favorites   0 Comments

Color spaces of #68bfdc

RGB 104191220
HSL0.540.620.64
HSV195°53°86°
CMYK 0.530.130.00   0.14
XYZ37.258045.372074.5041
Yxy45.37200.23710.2887
Hunter Lab67.3587-19.1445-18.4283
CIE-Lab73.1362-18.2784-22.5565

#68bfdc color RGB value is (104,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111111 11011100
Octal 150 277 334
Decimal 104 191 220
Hex 68 BF DC

RGB Percentages of Color #68bfdc

%20.19
%37.09
%42.72

CMYK Percentages of Color #68bfdc

%53
%13
%0
%14

Triadic Colors of #68bfdc

#68bfdc #dc68bf #bfdc68

Analogous Colors of #68bfdc

#68bfdc #6885dc #68dcbf

Monochromatic Colors of #68bfdc

#68bfdc

Complementary Color

#68bfdc #dc8568

#68bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bfdc Color CSS Codes

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

#68bfdc Text Font Color

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

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


#68bfdc Background Color

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

This div background color is #68bfdc


#68bfdc Border Color

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

This div border color is #68bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bfdc


Comments

No comments written yet.

Please login to write comment.