Color Hex Logo

#6cd8ff Color Hex

#6CD8FF
(108,216,255)
0 Favorites   0 Comments

Color spaces of #6cd8ff

RGB 108216255
HSL0.541.000.71
HSV196°58°100°
CMYK 0.580.150.00   0.00
XYZ48.790259.5199103.5247
Yxy59.51990.23030.2810
Hunter Lab77.1491-22.1251-25.5555
CIE-Lab81.5765-20.2432-28.4285

#6cd8ff color RGB value is (108,216,255).

#6cd8ff hex color red value is 108, green value is 216 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6cd8ff hue: 0.54 , saturation: 1.00 and the lightness value of 6cd8ff is 0.71.

The process color (four color CMYK) of #6cd8ff color hex is 0.58, 0.15, 0.00, 0.00. Web safe color of #6cd8ff is #66ccff. Color #6cd8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011000 11111111
Octal 154 330 377
Decimal 108 216 255
Hex 6C D8 FF

RGB Percentages of Color #6cd8ff

%18.65
%37.31
%44.04

CMYK Percentages of Color #6cd8ff

%58
%15
%0
%0

Triadic Colors of #6cd8ff

#6cd8ff #ff6cd8 #d8ff6c

Analogous Colors of #6cd8ff

#6cd8ff #6c8fff #6cffdd

Monochromatic Colors of #6cd8ff

#6cd8ff

Complementary Color

#6cd8ff #ff936c

#6cd8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cd8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cd8ff Color CSS Codes

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

#6cd8ff Text Font Color

<p style="color:#6cd8ff">Text here</p>

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


#6cd8ff Background Color

<div style="background-color:#6cd8ff">
Div content here</div>

This div background color is #6cd8ff


#6cd8ff Border Color

<div style="border:3px solid #6cd8ff">
Div here</div>

This div border color is #6cd8ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,216,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cd8ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cd8ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6cd8ff;
  box-shadow:         1px 1px 3px 2px #6cd8ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,216,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 #6cd8ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cd8ff


Comments

No comments written yet.

Please login to write comment.