Color Hex Logo

#6cdbfa Color Hex

#6CDBFA
(108,219,250)
0 Favorites   0 Comments

Color spaces of #6cdbfa

RGB 108219250
HSL0.540.930.70
HSV193°57°98°
CMYK 0.570.120.00   0.02
XYZ48.771260.753399.5985
Yxy60.75330.23320.2905
Hunter Lab77.9444-24.7121-21.2005
CIE-Lab82.2459-23.1806-24.7561

#6cdbfa color RGB value is (108,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011011 11111010
Octal 154 333 372
Decimal 108 219 250
Hex 6C DB FA

RGB Percentages of Color #6cdbfa

%18.72
%37.95
%43.33

CMYK Percentages of Color #6cdbfa

%57
%12
%0
%2

Triadic Colors of #6cdbfa

#6cdbfa #fa6cdb #dbfa6c

Analogous Colors of #6cdbfa

#6cdbfa #6c94fa #6cfad2

Monochromatic Colors of #6cdbfa

#6cdbfa

Complementary Color

#6cdbfa #fa8b6c

#6cdbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdbfa Color CSS Codes

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

#6cdbfa Text Font Color

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

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


#6cdbfa Background Color

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

This div background color is #6cdbfa


#6cdbfa Border Color

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

This div border color is #6cdbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdbfa


Comments

No comments written yet.

Please login to write comment.