Color Hex Logo

#6cafba Color Hex

#6CAFBA
(108,175,186)
0 Favorites   0 Comments

Color spaces of #6cafba

RGB 108175186
HSL0.520.360.58
HSV188°42°73°
CMYK 0.420.060.00   0.27
XYZ30.377237.393352.0709
Yxy37.39330.25350.3120
Hunter Lab61.1501-18.3401-7.6820
CIE-Lab67.5711-18.3668-12.3137

#6cafba color RGB value is (108,175,186).

#6cafba hex color red value is 108, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6cafba hue: 0.52 , saturation: 0.36 and the lightness value of 6cafba is 0.58.

The process color (four color CMYK) of #6cafba color hex is 0.42, 0.06, 0.00, 0.27. Web safe color of #6cafba is #6699cc. Color #6cafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 10111010
Octal 154 257 272
Decimal 108 175 186
Hex 6C AF BA

RGB Percentages of Color #6cafba

%23.03
%37.31
%39.66

CMYK Percentages of Color #6cafba

%42
%6
%0
%27

Triadic Colors of #6cafba

#6cafba #ba6caf #afba6c

Analogous Colors of #6cafba

#6cafba #6c88ba #6cba9e

Monochromatic Colors of #6cafba

#6cafba

Complementary Color

#6cafba #ba776c

#6cafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafba Color CSS Codes

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

#6cafba Text Font Color

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

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


#6cafba Background Color

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

This div background color is #6cafba


#6cafba Border Color

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

This div border color is #6cafba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,175,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cafba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cafba;
  -webkit-box-shadow: 1px 1px 3px 2px #6cafba;
  box-shadow:         1px 1px 3px 2px #6cafba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,175,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafba


Comments

No comments written yet.

Please login to write comment.