Color Hex Logo

#6bcffa Color Hex

#6BCFFA
(107,207,250)
0 Favorites   0 Comments

Color spaces of #6bcffa

RGB 107207250
HSL0.550.930.70
HSV198°57°98°
CMYK 0.570.170.00   0.02
XYZ45.631554.653698.5866
Yxy54.65360.22950.2748
Hunter Lab73.9281-19.1965-27.3164
CIE-Lab78.8413-17.2865-29.9664

#6bcffa color RGB value is (107,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 11111010
Octal 153 317 372
Decimal 107 207 250
Hex 6B CF FA

RGB Percentages of Color #6bcffa

%18.97
%36.70
%44.33

CMYK Percentages of Color #6bcffa

%57
%17
%0
%2

Triadic Colors of #6bcffa

#6bcffa #fa6bcf #cffa6b

Analogous Colors of #6bcffa

#6bcffa #6b88fa #6bfade

Monochromatic Colors of #6bcffa

#6bcffa

Complementary Color

#6bcffa #fa966b

#6bcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcffa Color CSS Codes

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

#6bcffa Text Font Color

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

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


#6bcffa Background Color

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

This div background color is #6bcffa


#6bcffa Border Color

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

This div border color is #6bcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcffa


Comments

No comments written yet.

Please login to write comment.