Color Hex Logo

#6fcadd Color Hex

#6FCADD
(111,202,221)
0 Favorites   0 Comments

Color spaces of #6fcadd

RGB 111202221
HSL0.530.620.65
HSV190°50°87°
CMYK 0.500.090.00   0.13
XYZ40.727250.841076.0734
Yxy50.84100.24290.3033
Hunter Lab71.3029-22.8233-13.3448
CIE-Lab76.5826-22.1115-17.8432

#6fcadd color RGB value is (111,202,221).

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

The process color (four color CMYK) of #6fcadd color hex is 0.50, 0.09, 0.00, 0.13. Web safe color of #6fcadd is #66cccc. Color #6fcadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 11011101
Octal 157 312 335
Decimal 111 202 221
Hex 6F CA DD

RGB Percentages of Color #6fcadd

%20.79
%37.83
%41.39

CMYK Percentages of Color #6fcadd

%50
%9
%0
%13

Triadic Colors of #6fcadd

#6fcadd #dd6fca #cadd6f

Analogous Colors of #6fcadd

#6fcadd #6f93dd #6fddb9

Monochromatic Colors of #6fcadd

#6fcadd

Complementary Color

#6fcadd #dd826f

#6fcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcadd Color CSS Codes

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

#6fcadd Text Font Color

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

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


#6fcadd Background Color

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

This div background color is #6fcadd


#6fcadd Border Color

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

This div border color is #6fcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcadd


Comments

No comments written yet.

Please login to write comment.