Color Hex Logo

#6ccadf Color Hex

#6CCADF
(108,202,223)
0 Favorites   0 Comments

Color spaces of #6ccadf

RGB 108202223
HSL0.530.640.65
HSV191°52°87°
CMYK 0.520.090.00   0.13
XYZ40.624250.756977.4680
Yxy50.75690.24060.3006
Hunter Lab71.2439-22.8937-14.5991
CIE-Lab76.5315-22.2094-19.0092

#6ccadf color RGB value is (108,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 11011111
Octal 154 312 337
Decimal 108 202 223
Hex 6C CA DF

RGB Percentages of Color #6ccadf

%20.26
%37.90
%41.84

CMYK Percentages of Color #6ccadf

%52
%9
%0
%13

Triadic Colors of #6ccadf

#6ccadf #df6cca #cadf6c

Analogous Colors of #6ccadf

#6ccadf #6c91df #6cdfbb

Monochromatic Colors of #6ccadf

#6ccadf

Complementary Color

#6ccadf #df816c

#6ccadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccadf Color CSS Codes

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

#6ccadf Text Font Color

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

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


#6ccadf Background Color

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

This div background color is #6ccadf


#6ccadf Border Color

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

This div border color is #6ccadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccadf


Comments

No comments written yet.

Please login to write comment.