Color Hex Logo

#6fc4ca Color Hex

#6FC4CA
(111,196,202)
0 Favorites   0 Comments

Color spaces of #6fc4ca

RGB 111196202
HSL0.510.460.61
HSV184°45°79°
CMYK 0.450.030.00   0.21
XYZ36.956147.123663.0251
Yxy47.12360.25120.3203
Hunter Lab68.6466-24.0356-6.3820
CIE-Lab74.2688-24.1514-11.0433

#6fc4ca color RGB value is (111,196,202).

#6fc4ca hex color red value is 111, green value is 196 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fc4ca hue: 0.51 , saturation: 0.46 and the lightness value of 6fc4ca is 0.61.

The process color (four color CMYK) of #6fc4ca color hex is 0.45, 0.03, 0.00, 0.21. Web safe color of #6fc4ca is #66cccc. Color #6fc4ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000100 11001010
Octal 157 304 312
Decimal 111 196 202
Hex 6F C4 CA

RGB Percentages of Color #6fc4ca

%21.81
%38.51
%39.69

CMYK Percentages of Color #6fc4ca

%45
%3
%0
%21

Triadic Colors of #6fc4ca

#6fc4ca #ca6fc4 #c4ca6f

Analogous Colors of #6fc4ca

#6fc4ca #6f97ca #6fcaa3

Monochromatic Colors of #6fc4ca

#6fc4ca

Complementary Color

#6fc4ca #ca756f

#6fc4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc4ca Color CSS Codes

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

#6fc4ca Text Font Color

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

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


#6fc4ca Background Color

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

This div background color is #6fc4ca


#6fc4ca Border Color

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

This div border color is #6fc4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc4ca


Comments

No comments written yet.

Please login to write comment.