Color Hex Logo

#6cdcfb Color Hex

#6CDCFB
(108,220,251)
0 Favorites   0 Comments

Color spaces of #6cdcfb

RGB 108220251
HSL0.540.950.70
HSV193°57°98°
CMYK 0.570.120.00   0.02
XYZ49.190161.3396100.5139
Yxy61.33960.23310.2906
Hunter Lab78.3196-24.9490-21.2679
CIE-Lab82.5610-23.3957-24.8059

#6cdcfb color RGB value is (108,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 11111011
Octal 154 334 373
Decimal 108 220 251
Hex 6C DC FB

RGB Percentages of Color #6cdcfb

%18.65
%38.00
%43.35

CMYK Percentages of Color #6cdcfb

%57
%12
%0
%2

Triadic Colors of #6cdcfb

#6cdcfb #fb6cdc #dcfb6c

Analogous Colors of #6cdcfb

#6cdcfb #6c95fb #6cfbd3

Monochromatic Colors of #6cdcfb

#6cdcfb

Complementary Color

#6cdcfb #fb8b6c

#6cdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdcfb Color CSS Codes

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

#6cdcfb Text Font Color

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

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


#6cdcfb Background Color

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

This div background color is #6cdcfb


#6cdcfb Border Color

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

This div border color is #6cdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdcfb


Comments

No comments written yet.

Please login to write comment.