Color Hex Logo

#6cfbff Color Hex

#6CFBFF
(108,251,255)
0 Favorites   0 Comments

Color spaces of #6cfbff

RGB 108251255
HSL0.501.000.71
HSV182°58°100°
CMYK 0.580.020.00   0.00
XYZ58.731579.4025106.8385
Yxy79.40250.23970.3241
Hunter Lab89.1081-38.2891-8.7117
CIE-Lab91.4161-37.1267-13.5401

#6cfbff color RGB value is (108,251,255).

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

The process color (four color CMYK) of #6cfbff color hex is 0.58, 0.02, 0.00, 0.00. Web safe color of #6cfbff is #66ffff. Color #6cfbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111011 11111111
Octal 154 373 377
Decimal 108 251 255
Hex 6C FB FF

RGB Percentages of Color #6cfbff

%17.59
%40.88
%41.53

CMYK Percentages of Color #6cfbff

%58
%2
%0
%0

Triadic Colors of #6cfbff

#6cfbff #ff6cfb #fbff6c

Analogous Colors of #6cfbff

#6cfbff #6cb2ff #6cffba

Monochromatic Colors of #6cfbff

#6cfbff

Complementary Color

#6cfbff #ff706c

#6cfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfbff Color CSS Codes

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

#6cfbff Text Font Color

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

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


#6cfbff Background Color

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

This div background color is #6cfbff


#6cfbff Border Color

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

This div border color is #6cfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfbff

Related Colors


Comments

No comments written yet.

Please login to write comment.