Color Hex Logo

#6bccda Color Hex

#6BCCDA
(107,204,218)
0 Favorites   0 Comments

Color spaces of #6bccda

RGB 107204218
HSL0.520.600.64
HSV188°51°85°
CMYK 0.510.060.00   0.15
XYZ40.311251.373574.1211
Yxy51.37350.24310.3098
Hunter Lab71.6753-25.0409-11.1404
CIE-Lab76.9047-24.7877-15.7565

#6bccda color RGB value is (107,204,218).

#6bccda hex color red value is 107, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6bccda hue: 0.52 , saturation: 0.60 and the lightness value of 6bccda is 0.64.

The process color (four color CMYK) of #6bccda color hex is 0.51, 0.06, 0.00, 0.15. Web safe color of #6bccda is #66cccc. Color #6bccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11011010
Octal 153 314 332
Decimal 107 204 218
Hex 6B CC DA

RGB Percentages of Color #6bccda

%20.23
%38.56
%41.21

CMYK Percentages of Color #6bccda

%51
%6
%0
%15

Triadic Colors of #6bccda

#6bccda #da6bcc #ccda6b

Analogous Colors of #6bccda

#6bccda #6b95da #6bdab1

Monochromatic Colors of #6bccda

#6bccda

Complementary Color

#6bccda #da796b

#6bccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccda Color CSS Codes

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

#6bccda Text Font Color

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

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


#6bccda Background Color

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

This div background color is #6bccda


#6bccda Border Color

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

This div border color is #6bccda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,204,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bccda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bccda;
  -webkit-box-shadow: 1px 1px 3px 2px #6bccda;
  box-shadow:         1px 1px 3px 2px #6bccda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,204,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccda


Comments

No comments written yet.

Please login to write comment.