Color Hex Logo

#6cafef Color Hex

#6CAFEF
(108,175,239)
0 Favorites   0 Comments

Color spaces of #6cafef

RGB 108175239
HSL0.580.800.68
HSV209°55°94°
CMYK 0.550.270.00   0.06
XYZ37.094340.080187.4425
Yxy40.08010.22530.2435
Hunter Lab63.3088-6.2027-37.5755
CIE-Lab69.5265-3.2564-38.4425

#6cafef color RGB value is (108,175,239).

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

The process color (four color CMYK) of #6cafef color hex is 0.55, 0.27, 0.00, 0.06. Web safe color of #6cafef is #6699ff. Color #6cafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11101111
Octal 154 257 357
Decimal 108 175 239
Hex 6C AF EF

RGB Percentages of Color #6cafef

%20.69
%33.52
%45.79

CMYK Percentages of Color #6cafef

%55
%27
%0
%6

Triadic Colors of #6cafef

#6cafef #ef6caf #afef6c

Analogous Colors of #6cafef

#6cafef #6c6eef #6cefee

Monochromatic Colors of #6cafef

#6cafef

Complementary Color

#6cafef #efac6c

#6cafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafef Color CSS Codes

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

#6cafef Text Font Color

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

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


#6cafef Background Color

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

This div background color is #6cafef


#6cafef Border Color

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

This div border color is #6cafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafef


Comments

No comments written yet.

Please login to write comment.