Color Hex Logo

#6cdffb Color Hex

#6CDFFB
(108,223,251)
0 Favorites   0 Comments

Color spaces of #6cdffb

RGB 108223251
HSL0.530.950.70
HSV192°57°98°
CMYK 0.570.110.00   0.02
XYZ49.984662.9285100.7787
Yxy62.92850.23390.2945
Hunter Lab79.3275-26.3495-19.7936
CIE-Lab83.4047-24.8829-23.5220

#6cdffb color RGB value is (108,223,251).

#6cdffb hex color red value is 108, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6cdffb hue: 0.53 , saturation: 0.95 and the lightness value of 6cdffb is 0.70.

The process color (four color CMYK) of #6cdffb color hex is 0.57, 0.11, 0.00, 0.02. Web safe color of #6cdffb is #66ccff. Color #6cdffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11111011
Octal 154 337 373
Decimal 108 223 251
Hex 6C DF FB

RGB Percentages of Color #6cdffb

%18.56
%38.32
%43.13

CMYK Percentages of Color #6cdffb

%57
%11
%0
%2

Triadic Colors of #6cdffb

#6cdffb #fb6cdf #dffb6c

Analogous Colors of #6cdffb

#6cdffb #6c98fb #6cfbd0

Monochromatic Colors of #6cdffb

#6cdffb

Complementary Color

#6cdffb #fb886c

#6cdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdffb Color CSS Codes

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

#6cdffb Text Font Color

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

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


#6cdffb Background Color

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

This div background color is #6cdffb


#6cdffb Border Color

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

This div border color is #6cdffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,223,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdffb

Related Colors


Comments

No comments written yet.

Please login to write comment.