Color Hex Logo

#6acafb Color Hex

#6ACAFB
(106,202,251)
0 Favorites   0 Comments

Color spaces of #6acafb

RGB 106202251
HSL0.560.950.70
HSV200°58°98°
CMYK 0.580.200.00   0.02
XYZ44.477052.270399.0118
Yxy52.27030.22720.2670
Hunter Lab72.2982-16.7108-30.5884
CIE-Lab77.4422-14.5858-32.6564

#6acafb color RGB value is (106,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 11111011
Octal 152 312 373
Decimal 106 202 251
Hex 6A CA FB

RGB Percentages of Color #6acafb

%18.96
%36.14
%44.90

CMYK Percentages of Color #6acafb

%58
%20
%0
%2

Triadic Colors of #6acafb

#6acafb #fb6aca #cafb6a

Analogous Colors of #6acafb

#6acafb #6a82fb #6afbe4

Monochromatic Colors of #6acafb

#6acafb

Complementary Color

#6acafb #fb9b6a

#6acafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acafb Color CSS Codes

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

#6acafb Text Font Color

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

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


#6acafb Background Color

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

This div background color is #6acafb


#6acafb Border Color

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

This div border color is #6acafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acafb


Comments

No comments written yet.

Please login to write comment.