Color Hex Logo

#6abdec Color Hex

#6ABDEC
(106,189,236)
0 Favorites   0 Comments

Color spaces of #6abdec

RGB 106189236
HSL0.560.770.67
HSV202°55°93°
CMYK 0.550.200.00   0.07
XYZ39.281845.515586.0719
Yxy45.51550.22990.2664
Hunter Lab67.4652-14.1319-28.4164
CIE-Lab73.2300-12.1740-31.0807

#6abdec color RGB value is (106,189,236).

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

The process color (four color CMYK) of #6abdec color hex is 0.55, 0.20, 0.00, 0.07. Web safe color of #6abdec is #66ccff. Color #6abdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 11101100
Octal 152 275 354
Decimal 106 189 236
Hex 6A BD EC

RGB Percentages of Color #6abdec

%19.96
%35.59
%44.44

CMYK Percentages of Color #6abdec

%55
%20
%0
%7

Triadic Colors of #6abdec

#6abdec #ec6abd #bdec6a

Analogous Colors of #6abdec

#6abdec #6a7cec #6aecda

Monochromatic Colors of #6abdec

#6abdec

Complementary Color

#6abdec #ec996a

#6abdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abdec Color CSS Codes

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

#6abdec Text Font Color

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

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


#6abdec Background Color

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

This div background color is #6abdec


#6abdec Border Color

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

This div border color is #6abdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abdec


Comments

No comments written yet.

Please login to write comment.