Color Hex Logo

#6cbcfa Color Hex

#6CBCFA
(108,188,250)
0 Favorites   0 Comments

Color spaces of #6cbcfa

RGB 108188250
HSL0.570.930.70
HSV206°57°98°
CMYK 0.570.250.00   0.02
XYZ41.422946.056797.1491
Yxy46.05670.22440.2495
Hunter Lab67.8651-9.8126-37.3683
CIE-Lab73.5823-7.0450-38.0886

#6cbcfa color RGB value is (108,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111100 11111010
Octal 154 274 372
Decimal 108 188 250
Hex 6C BC FA

RGB Percentages of Color #6cbcfa

%19.78
%34.43
%45.79

CMYK Percentages of Color #6cbcfa

%57
%25
%0
%2

Triadic Colors of #6cbcfa

#6cbcfa #fa6cbc #bcfa6c

Analogous Colors of #6cbcfa

#6cbcfa #6c75fa #6cfaf1

Monochromatic Colors of #6cbcfa

#6cbcfa

Complementary Color

#6cbcfa #faaa6c

#6cbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbcfa Color CSS Codes

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

#6cbcfa Text Font Color

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

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


#6cbcfa Background Color

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

This div background color is #6cbcfa


#6cbcfa Border Color

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

This div border color is #6cbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbcfa


Comments

No comments written yet.

Please login to write comment.