Color Hex Logo

#6cafea Color Hex

#6CAFEA
(108,175,234)
0 Favorites   0 Comments

Color spaces of #6cafea

RGB 108175234
HSL0.580.750.67
HSV208°54°92°
CMYK 0.540.250.00   0.08
XYZ36.365639.788683.6052
Yxy39.78860.22760.2491
Hunter Lab63.0782-7.4787-34.4295
CIE-Lab69.3187-4.7690-36.0407

#6cafea color RGB value is (108,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11101010
Octal 154 257 352
Decimal 108 175 234
Hex 6C AF EA

RGB Percentages of Color #6cafea

%20.89
%33.85
%45.26

CMYK Percentages of Color #6cafea

%54
%25
%0
%8

Triadic Colors of #6cafea

#6cafea #ea6caf #afea6c

Analogous Colors of #6cafea

#6cafea #6c70ea #6ceae6

Monochromatic Colors of #6cafea

#6cafea

Complementary Color

#6cafea #eaa76c

#6cafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafea Color CSS Codes

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

#6cafea Text Font Color

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

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


#6cafea Background Color

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

This div background color is #6cafea


#6cafea Border Color

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

This div border color is #6cafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafea


Comments

No comments written yet.

Please login to write comment.