Color Hex Logo

#6bceda Color Hex

#6BCEDA
(107,206,218)
0 Favorites   0 Comments

Color spaces of #6bceda

RGB 107206218
HSL0.520.600.64
HSV186°51°85°
CMYK 0.510.060.00   0.15
XYZ40.789652.330474.2806
Yxy52.33040.24370.3126
Hunter Lab72.3398-25.9453-10.2429
CIE-Lab77.4780-25.7785-14.8942

#6bceda color RGB value is (107,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11011010
Octal 153 316 332
Decimal 107 206 218
Hex 6B CE DA

RGB Percentages of Color #6bceda

%20.15
%38.79
%41.05

CMYK Percentages of Color #6bceda

%51
%6
%0
%15

Triadic Colors of #6bceda

#6bceda #da6bce #ceda6b

Analogous Colors of #6bceda

#6bceda #6b97da #6bdaaf

Monochromatic Colors of #6bceda

#6bceda

Complementary Color

#6bceda #da776b

#6bceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bceda Color CSS Codes

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

#6bceda Text Font Color

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

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


#6bceda Background Color

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

This div background color is #6bceda


#6bceda Border Color

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

This div border color is #6bceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bceda


Comments

No comments written yet.

Please login to write comment.