Color Hex Logo

#68bcd7 Color Hex

#68BCD7
(104,188,215)
0 Favorites   0 Comments

Color spaces of #68bcd7

RGB 104188215
HSL0.540.580.63
HSV195°52°84°
CMYK 0.520.130.00   0.16
XYZ35.957943.815870.8521
Yxy43.81580.23870.2909
Hunter Lab66.1935-18.8731-17.1273
CIE-Lab72.1052-18.1414-21.4060

#68bcd7 color RGB value is (104,188,215).

#68bcd7 hex color red value is 104, green value is 188 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #68bcd7 hue: 0.54 , saturation: 0.58 and the lightness value of 68bcd7 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111100 11010111
Octal 150 274 327
Decimal 104 188 215
Hex 68 BC D7

RGB Percentages of Color #68bcd7

%20.51
%37.08
%42.41

CMYK Percentages of Color #68bcd7

%52
%13
%0
%16

Triadic Colors of #68bcd7

#68bcd7 #d768bc #bcd768

Analogous Colors of #68bcd7

#68bcd7 #6885d7 #68d7bb

Monochromatic Colors of #68bcd7

#68bcd7

Complementary Color

#68bcd7 #d78368

#68bcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bcd7 Color CSS Codes

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

#68bcd7 Text Font Color

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

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


#68bcd7 Background Color

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

This div background color is #68bcd7


#68bcd7 Border Color

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

This div border color is #68bcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bcd7


Comments

No comments written yet.

Please login to write comment.