Color Hex Logo

#68ccff Color Hex

#68CCFF
(104,204,255)
0 Favorites   0 Comments

Color spaces of #68ccff

RGB 104204255
HSL0.561.000.70
HSV200°59°100°
CMYK 0.590.200.00   0.00
XYZ45.351853.3488102.5148
Yxy53.34880.22540.2651
Hunter Lab73.0403-16.9871-32.0876
CIE-Lab78.0805-14.8086-33.8146

#68ccff color RGB value is (104,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 11111111
Octal 150 314 377
Decimal 104 204 255
Hex 68 CC FF

RGB Percentages of Color #68ccff

%18.47
%36.23
%45.29

CMYK Percentages of Color #68ccff

%59
%20
%0
%0

Triadic Colors of #68ccff

#68ccff #ff68cc #ccff68

Analogous Colors of #68ccff

#68ccff #6881ff #68ffe7

Monochromatic Colors of #68ccff

#68ccff

Complementary Color

#68ccff #ff9b68

#68ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccff Color CSS Codes

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

#68ccff Text Font Color

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

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


#68ccff Background Color

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

This div background color is #68ccff


#68ccff Border Color

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

This div border color is #68ccff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,204,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 #68ccff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccff

#68ccff Color Palettes


Comments

No comments written yet.

Please login to write comment.