Color Hex Logo

#6abcee Color Hex

#6ABCEE
(106,188,238)
0 Favorites   0 Comments

Color spaces of #6abcee

RGB 106188238
HSL0.560.800.67
HSV203°55°93°
CMYK 0.550.210.00   0.07
XYZ39.359745.203787.5396
Yxy45.20370.22870.2627
Hunter Lab67.2337-13.1622-30.1332
CIE-Lab73.0258-11.0477-32.4780

#6abcee color RGB value is (106,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 11101110
Octal 152 274 356
Decimal 106 188 238
Hex 6A BC EE

RGB Percentages of Color #6abcee

%19.92
%35.34
%44.74

CMYK Percentages of Color #6abcee

%55
%21
%0
%7

Triadic Colors of #6abcee

#6abcee #ee6abc #bcee6a

Analogous Colors of #6abcee

#6abcee #6a7aee #6aeede

Monochromatic Colors of #6abcee

#6abcee

Complementary Color

#6abcee #ee9c6a

#6abcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcee Color CSS Codes

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

#6abcee Text Font Color

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

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


#6abcee Background Color

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

This div background color is #6abcee


#6abcee Border Color

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

This div border color is #6abcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,188,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcee


Comments

No comments written yet.

Please login to write comment.