Color Hex Logo

#6abbed Color Hex

#6ABBED
(106,187,237)
0 Favorites   0 Comments

Color spaces of #6abbed

RGB 106187237
HSL0.560.780.67
HSV203°55°93°
CMYK 0.550.210.00   0.07
XYZ39.000244.719286.6969
Yxy44.71920.22890.2624
Hunter Lab66.8724-12.9250-30.0560
CIE-Lab72.7066-10.8099-32.4297

#6abbed color RGB value is (106,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111011 11101101
Octal 152 273 355
Decimal 106 187 237
Hex 6A BB ED

RGB Percentages of Color #6abbed

%20.00
%35.28
%44.72

CMYK Percentages of Color #6abbed

%55
%21
%0
%7

Triadic Colors of #6abbed

#6abbed #ed6abb #bbed6a

Analogous Colors of #6abbed

#6abbed #6a7aed #6aedde

Monochromatic Colors of #6abbed

#6abbed

Complementary Color

#6abbed #ed9c6a

#6abbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abbed Color CSS Codes

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

#6abbed Text Font Color

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

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


#6abbed Background Color

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

This div background color is #6abbed


#6abbed Border Color

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

This div border color is #6abbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abbed


Comments

No comments written yet.

Please login to write comment.