Color Hex Logo

#6bcdea Color Hex

#6BCDEA
(107,205,234)
2 Favorites   0 Comments

Color spaces of #6bcdea

RGB 107205234
HSL0.540.750.67
HSV194°54°92°
CMYK 0.540.120.00   0.08
XYZ42.746052.729085.7667
Yxy52.72900.23590.2909
Hunter Lab72.6147-21.9985-19.1983
CIE-Lab77.7147-20.8632-23.1297

#6bcdea color RGB value is (107,205,234).

#6bcdea hex color red value is 107, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6bcdea hue: 0.54 , saturation: 0.75 and the lightness value of 6bcdea is 0.67.

The process color (four color CMYK) of #6bcdea color hex is 0.54, 0.12, 0.00, 0.08. Web safe color of #6bcdea is #66ccff. Color #6bcdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 11101010
Octal 153 315 352
Decimal 107 205 234
Hex 6B CD EA

RGB Percentages of Color #6bcdea

%19.60
%37.55
%42.86

CMYK Percentages of Color #6bcdea

%54
%12
%0
%8

Triadic Colors of #6bcdea

#6bcdea #ea6bcd #cdea6b

Analogous Colors of #6bcdea

#6bcdea #6b8eea #6beac8

Monochromatic Colors of #6bcdea

#6bcdea

Complementary Color

#6bcdea #ea886b

#6bcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdea Color CSS Codes

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

#6bcdea Text Font Color

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

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


#6bcdea Background Color

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

This div background color is #6bcdea


#6bcdea Border Color

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

This div border color is #6bcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdea

#6bcdea Color Palettes


Comments

No comments written yet.

Please login to write comment.