Color Hex Logo

#6cdefb Color Hex

#6CDEFB
(108,222,251)
0 Favorites   0 Comments

Color spaces of #6cdefb

RGB 108222251
HSL0.530.950.70
HSV192°57°98°
CMYK 0.570.120.00   0.02
XYZ49.718262.3957100.6899
Yxy62.39570.23360.2932
Hunter Lab78.9909-25.8833-20.2834
CIE-Lab83.1234-24.3885-23.9498

#6cdefb color RGB value is (108,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 11111011
Octal 154 336 373
Decimal 108 222 251
Hex 6C DE FB

RGB Percentages of Color #6cdefb

%18.59
%38.21
%43.20

CMYK Percentages of Color #6cdefb

%57
%12
%0
%2

Triadic Colors of #6cdefb

#6cdefb #fb6cde #defb6c

Analogous Colors of #6cdefb

#6cdefb #6c97fb #6cfbd1

Monochromatic Colors of #6cdefb

#6cdefb

Complementary Color

#6cdefb #fb896c

#6cdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdefb Color CSS Codes

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

#6cdefb Text Font Color

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

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


#6cdefb Background Color

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

This div background color is #6cdefb


#6cdefb Border Color

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

This div border color is #6cdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdefb


Comments

No comments written yet.

Please login to write comment.