Color Hex Logo

#6cafb8 Color Hex

#6CAFB8
(108,175,184)
0 Favorites   0 Comments

Color spaces of #6cafb8

RGB 108175184
HSL0.520.350.57
HSV187°41°72°
CMYK 0.410.050.00   0.28
XYZ30.166037.308850.9588
Yxy37.30880.25470.3150
Hunter Lab61.0809-18.7359-6.7080
CIE-Lab67.5081-18.8893-11.3009

#6cafb8 color RGB value is (108,175,184).

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

The process color (four color CMYK) of #6cafb8 color hex is 0.41, 0.05, 0.00, 0.28. Web safe color of #6cafb8 is #6699cc. Color #6cafb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 10111000
Octal 154 257 270
Decimal 108 175 184
Hex 6C AF B8

RGB Percentages of Color #6cafb8

%23.13
%37.47
%39.40

CMYK Percentages of Color #6cafb8

%41
%5
%0
%28

Triadic Colors of #6cafb8

#6cafb8 #b86caf #afb86c

Analogous Colors of #6cafb8

#6cafb8 #6c89b8 #6cb89b

Monochromatic Colors of #6cafb8

#6cafb8

Complementary Color

#6cafb8 #b8756c

#6cafb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafb8 Color CSS Codes

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

#6cafb8 Text Font Color

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

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


#6cafb8 Background Color

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

This div background color is #6cafb8


#6cafb8 Border Color

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

This div border color is #6cafb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafb8


Comments

No comments written yet.

Please login to write comment.