Color Hex Logo

#6fcacb Color Hex

#6FCACB
(111,202,203)
0 Favorites   0 Comments

Color spaces of #6fcacb

RGB 111202203
HSL0.500.470.62
HSV181°45°80°
CMYK 0.450.000.00   0.20
XYZ38.455649.932464.1110
Yxy49.93240.25220.3274
Hunter Lab70.6629-26.5181-4.3286
CIE-Lab76.0277-26.8627-8.9624

#6fcacb color RGB value is (111,202,203).

#6fcacb hex color red value is 111, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6fcacb hue: 0.50 , saturation: 0.47 and the lightness value of 6fcacb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 11001011
Octal 157 312 313
Decimal 111 202 203
Hex 6F CA CB

RGB Percentages of Color #6fcacb

%21.51
%39.15
%39.34

CMYK Percentages of Color #6fcacb

%45
%0
%0
%20

Triadic Colors of #6fcacb

#6fcacb #cb6fca #cacb6f

Analogous Colors of #6fcacb

#6fcacb #6f9ccb #6fcb9e

Monochromatic Colors of #6fcacb

#6fcacb

Complementary Color

#6fcacb #cb706f

#6fcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcacb Color CSS Codes

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

#6fcacb Text Font Color

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

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


#6fcacb Background Color

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

This div background color is #6fcacb


#6fcacb Border Color

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

This div border color is #6fcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcacb


Comments

No comments written yet.

Please login to write comment.