Color Hex Logo

#6bcdfa Color Hex

#6BCDFA
(107,205,250)
0 Favorites   0 Comments

Color spaces of #6bcdfa

RGB 107205250
HSL0.550.930.70
HSV199°57°98°
CMYK 0.570.180.00   0.02
XYZ45.150053.690698.4261
Yxy53.69060.22890.2722
Hunter Lab73.2739-18.2409-28.3504
CIE-Lab78.2810-16.2531-30.8274

#6bcdfa color RGB value is (107,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 11111010
Octal 153 315 372
Decimal 107 205 250
Hex 6B CD FA

RGB Percentages of Color #6bcdfa

%19.04
%36.48
%44.48

CMYK Percentages of Color #6bcdfa

%57
%18
%0
%2

Triadic Colors of #6bcdfa

#6bcdfa #fa6bcd #cdfa6b

Analogous Colors of #6bcdfa

#6bcdfa #6b86fa #6bfae0

Monochromatic Colors of #6bcdfa

#6bcdfa

Complementary Color

#6bcdfa #fa986b

#6bcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdfa Color CSS Codes

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

#6bcdfa Text Font Color

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

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


#6bcdfa Background Color

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

This div background color is #6bcdfa


#6bcdfa Border Color

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

This div border color is #6bcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.