Color Hex Logo

#6accef Color Hex

#6ACCEF
(106,204,239)
0 Favorites   0 Comments

Color spaces of #6accef

RGB 106204239
HSL0.540.810.68
HSV196°56°94°
CMYK 0.560.150.00   0.06
XYZ43.116752.481989.5189
Yxy52.48190.23290.2835
Hunter Lab72.4444-20.5399-22.5531
CIE-Lab77.5681-19.1270-26.0377

#6accef color RGB value is (106,204,239).

#6accef hex color red value is 106, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6accef hue: 0.54 , saturation: 0.81 and the lightness value of 6accef is 0.68.

The process color (four color CMYK) of #6accef color hex is 0.56, 0.15, 0.00, 0.06. Web safe color of #6accef is #66ccff. Color #6accef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 11101111
Octal 152 314 357
Decimal 106 204 239
Hex 6A CC EF

RGB Percentages of Color #6accef

%19.31
%37.16
%43.53

CMYK Percentages of Color #6accef

%56
%15
%0
%6

Triadic Colors of #6accef

#6accef #ef6acc #ccef6a

Analogous Colors of #6accef

#6accef #6a8aef #6aefd0

Monochromatic Colors of #6accef

#6accef

Complementary Color

#6accef #ef8d6a

#6accef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accef Color CSS Codes

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

#6accef Text Font Color

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

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


#6accef Background Color

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

This div background color is #6accef


#6accef Border Color

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

This div border color is #6accef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accef


Comments

No comments written yet.

Please login to write comment.