Color Hex Logo

#6ac4fb Color Hex

#6AC4FB
(106,196,251)
0 Favorites   0 Comments

Color spaces of #6ac4fb

RGB 106196251
HSL0.560.950.70
HSV203°58°98°
CMYK 0.580.220.00   0.02
XYZ43.096449.509198.5516
Yxy49.50910.22550.2590
Hunter Lab70.3627-13.8054-33.7890
CIE-Lab75.7670-11.4237-35.2441

#6ac4fb color RGB value is (106,196,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000100 11111011
Octal 152 304 373
Decimal 106 196 251
Hex 6A C4 FB

RGB Percentages of Color #6ac4fb

%19.17
%35.44
%45.39

CMYK Percentages of Color #6ac4fb

%58
%22
%0
%2

Triadic Colors of #6ac4fb

#6ac4fb #fb6ac4 #c4fb6a

Analogous Colors of #6ac4fb

#6ac4fb #6a7cfb #6afbea

Monochromatic Colors of #6ac4fb

#6ac4fb

Complementary Color

#6ac4fb #fba16a

#6ac4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac4fb Color CSS Codes

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

#6ac4fb Text Font Color

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

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


#6ac4fb Background Color

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

This div background color is #6ac4fb


#6ac4fb Border Color

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

This div border color is #6ac4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.