Color Hex Logo

#6ccbfa Color Hex

#6CCBFA
(108,203,250)
0 Favorites   0 Comments

Color spaces of #6ccbfa

RGB 108203250
HSL0.560.930.70
HSV200°57°98°
CMYK 0.570.190.00   0.02
XYZ44.795652.802198.2733
Yxy52.80210.22870.2696
Hunter Lab72.6651-17.1245-29.3191
CIE-Lab77.7580-15.0224-31.6290

#6ccbfa color RGB value is (108,203,250).

#6ccbfa hex color red value is 108, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6ccbfa hue: 0.56 , saturation: 0.93 and the lightness value of 6ccbfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001011 11111010
Octal 154 313 372
Decimal 108 203 250
Hex 6C CB FA

RGB Percentages of Color #6ccbfa

%19.25
%36.19
%44.56

CMYK Percentages of Color #6ccbfa

%57
%19
%0
%2

Triadic Colors of #6ccbfa

#6ccbfa #fa6ccb #cbfa6c

Analogous Colors of #6ccbfa

#6ccbfa #6c84fa #6cfae2

Monochromatic Colors of #6ccbfa

#6ccbfa

Complementary Color

#6ccbfa #fa9b6c

#6ccbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccbfa Color CSS Codes

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

#6ccbfa Text Font Color

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

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


#6ccbfa Background Color

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

This div background color is #6ccbfa


#6ccbfa Border Color

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

This div border color is #6ccbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccbfa


Comments

No comments written yet.

Please login to write comment.