Color Hex Logo

#6acabb Color Hex

#6ACABB
(106,202,187)
0 Favorites   0 Comments

Color spaces of #6acabb

RGB 106202187
HSL0.470.480.60
HSV171°48°79°
CMYK 0.480.000.07   0.21
XYZ36.034048.893154.5518
Yxy48.89310.25830.3505
Hunter Lab69.9236-30.37922.6907
CIE-Lab75.3848-32.0226-1.2873

#6acabb color RGB value is (106,202,187).

#6acabb hex color red value is 106, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6acabb hue: 0.47 , saturation: 0.48 and the lightness value of 6acabb is 0.60.

The process color (four color CMYK) of #6acabb color hex is 0.48, 0.00, 0.07, 0.21. Web safe color of #6acabb is #66cccc. Color #6acabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 10111011
Octal 152 312 273
Decimal 106 202 187
Hex 6A CA BB

RGB Percentages of Color #6acabb

%21.41
%40.81
%37.78

CMYK Percentages of Color #6acabb

%48
%0
%7
%21

Triadic Colors of #6acabb

#6acabb #bb6aca #cabb6a

Analogous Colors of #6acabb

#6acabb #6aa9ca #6aca8b

Monochromatic Colors of #6acabb

#6acabb

Complementary Color

#6acabb #ca6a79

#6acabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acabb Color CSS Codes

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

#6acabb Text Font Color

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

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


#6acabb Background Color

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

This div background color is #6acabb


#6acabb Border Color

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

This div border color is #6acabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acabb


Comments

No comments written yet.

Please login to write comment.