Color Hex Logo

#6cd4fb Color Hex

#6CD4FB
(108,212,251)
0 Favorites   0 Comments

Color spaces of #6cd4fb

RGB 108212251
HSL0.550.950.70
HSV196°57°98°
CMYK 0.570.160.00   0.02
XYZ47.140457.240199.8307
Yxy57.24010.23080.2803
Hunter Lab75.6572-21.1805-25.2739
CIE-Lab80.3145-19.3675-28.2370

#6cd4fb color RGB value is (108,212,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11010100 11111011
Octal 154 324 373
Decimal 108 212 251
Hex 6C D4 FB

RGB Percentages of Color #6cd4fb

%18.91
%37.13
%43.96

CMYK Percentages of Color #6cd4fb

%57
%16
%0
%2

Triadic Colors of #6cd4fb

#6cd4fb #fb6cd4 #d4fb6c

Analogous Colors of #6cd4fb

#6cd4fb #6c8dfb #6cfbdb

Monochromatic Colors of #6cd4fb

#6cd4fb

Complementary Color

#6cd4fb #fb936c

#6cd4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cd4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cd4fb Color CSS Codes

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

#6cd4fb Text Font Color

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

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


#6cd4fb Background Color

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

This div background color is #6cd4fb


#6cd4fb Border Color

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

This div border color is #6cd4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cd4fb


Comments

No comments written yet.

Please login to write comment.