Color Hex Logo

#6ccbda Color Hex

#6CCBDA
(108,203,218)
0 Favorites   0 Comments

Color spaces of #6ccbda

RGB 108203218
HSL0.520.600.64
HSV188°50°85°
CMYK 0.500.070.00   0.15
XYZ40.195250.962074.0478
Yxy50.96200.24330.3085
Hunter Lab71.3877-24.4231-11.5280
CIE-Lab76.6560-24.0763-16.1273

#6ccbda color RGB value is (108,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001011 11011010
Octal 154 313 332
Decimal 108 203 218
Hex 6C CB DA

RGB Percentages of Color #6ccbda

%20.42
%38.37
%41.21

CMYK Percentages of Color #6ccbda

%50
%7
%0
%15

Triadic Colors of #6ccbda

#6ccbda #da6ccb #cbda6c

Analogous Colors of #6ccbda

#6ccbda #6c94da #6cdab2

Monochromatic Colors of #6ccbda

#6ccbda

Complementary Color

#6ccbda #da7b6c

#6ccbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccbda Color CSS Codes

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

#6ccbda Text Font Color

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

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


#6ccbda Background Color

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

This div background color is #6ccbda


#6ccbda Border Color

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

This div border color is #6ccbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,203,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 #6ccbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccbda


Comments

No comments written yet.

Please login to write comment.