Color Hex Logo

#6caffb Color Hex

#6CAFFB
(108,175,251)
0 Favorites   0 Comments

Color spaces of #6caffb

RGB 108175251
HSL0.590.950.70
HSV212°57°98°
CMYK 0.570.300.00   0.02
XYZ38.926940.813197.0928
Yxy40.81310.22010.2308
Hunter Lab63.8851-3.0342-45.3895
CIE-Lab70.04480.4306-44.1506

#6caffb color RGB value is (108,175,251).

#6caffb hex color red value is 108, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6caffb hue: 0.59 , saturation: 0.95 and the lightness value of 6caffb is 0.70.

The process color (four color CMYK) of #6caffb color hex is 0.57, 0.30, 0.00, 0.02. Web safe color of #6caffb is #6699ff. Color #6caffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11111011
Octal 154 257 373
Decimal 108 175 251
Hex 6C AF FB

RGB Percentages of Color #6caffb

%20.22
%32.77
%47.00

CMYK Percentages of Color #6caffb

%57
%30
%0
%2

Triadic Colors of #6caffb

#6caffb #fb6caf #affb6c

Analogous Colors of #6caffb

#6caffb #716cfb #6cf7fb

Monochromatic Colors of #6caffb

#6caffb

Complementary Color

#6caffb #fbb86c

#6caffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caffb Color CSS Codes

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

#6caffb Text Font Color

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

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


#6caffb Background Color

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

This div background color is #6caffb


#6caffb Border Color

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

This div border color is #6caffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caffb


Comments

No comments written yet.

Please login to write comment.