color codes Logo

#6bcdda color codes

#6BCDDA
(107,205,218)
0 Favorites   0 Comments

Color spaces of #6bcdda

RGB 107205218
HSL0.520.600.64
HSV187°51°85°
CMYK 0.510.060.00   0.15
XYZ40.549651.850474.2006
Yxy51.85040.24340.3112
Hunter Lab72.0072-25.4935-10.6909
CIE-Lab77.1913-25.2839-15.3253

#6bcdda color RGB value is (107,205,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 11011010
Octal 153 315 332
Decimal 107 205 218
Hex 6B CD DA

RGB Percentages of Color #6bcdda

%20.19
%38.68
%41.13

CMYK Percentages of Color #6bcdda

%51
%6
%0
%15

Triadic Colors of #6bcdda

#6bcdda #da6bcd #cdda6b

Analogous Colors of #6bcdda

#6bcdda #6b96da #6bdab0

Monochromatic Colors of #6bcdda

#6bcdda

Complementary Color

#6bcdda #da786b

#6bcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdda Color CSS Codes

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

#6bcdda Text Font Color

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

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


#6bcdda Background Color

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

This div background color is #6bcdda


#6bcdda Border Color

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

This div border color is #6bcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdda


Comments

No comments written yet.

Please login to write comment.