Color Hex Logo

#6cafec Color Hex

#6CAFEC
(108,175,236)
0 Favorites   0 Comments

Color spaces of #6cafec

RGB 108175236
HSL0.580.770.67
HSV209°54°93°
CMYK 0.540.260.00   0.07
XYZ36.654639.904285.1273
Yxy39.90420.22670.2468
Hunter Lab63.1698-6.9715-35.6801
CIE-Lab69.4012-4.1658-37.0031

#6cafec color RGB value is (108,175,236).

#6cafec hex color red value is 108, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6cafec hue: 0.58 , saturation: 0.77 and the lightness value of 6cafec is 0.67.

The process color (four color CMYK) of #6cafec color hex is 0.54, 0.26, 0.00, 0.07. Web safe color of #6cafec is #6699ff. Color #6cafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11101100
Octal 154 257 354
Decimal 108 175 236
Hex 6C AF EC

RGB Percentages of Color #6cafec

%20.81
%33.72
%45.47

CMYK Percentages of Color #6cafec

%54
%26
%0
%7

Triadic Colors of #6cafec

#6cafec #ec6caf #afec6c

Analogous Colors of #6cafec

#6cafec #6c6fec #6cece9

Monochromatic Colors of #6cafec

#6cafec

Complementary Color

#6cafec #eca96c

#6cafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafec Color CSS Codes

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

#6cafec Text Font Color

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

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


#6cafec Background Color

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

This div background color is #6cafec


#6cafec Border Color

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

This div border color is #6cafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafec


Comments

No comments written yet.

Please login to write comment.