Color Hex Logo

#6bcaed Color Hex

#6BCAED
(107,202,237)
0 Favorites   0 Comments

Color spaces of #6bcaed

RGB 107202237
HSL0.540.780.67
HSV196°55°93°
CMYK 0.550.150.00   0.07
XYZ42.470051.481387.8192
Yxy51.48130.23360.2832
Hunter Lab71.7505-19.9069-22.3428
CIE-Lab76.9696-18.4779-25.8761

#6bcaed color RGB value is (107,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 11101101
Octal 153 312 355
Decimal 107 202 237
Hex 6B CA ED

RGB Percentages of Color #6bcaed

%19.60
%37.00
%43.41

CMYK Percentages of Color #6bcaed

%55
%15
%0
%7

Triadic Colors of #6bcaed

#6bcaed #ed6bca #caed6b

Analogous Colors of #6bcaed

#6bcaed #6b89ed #6bedcf

Monochromatic Colors of #6bcaed

#6bcaed

Complementary Color

#6bcaed #ed8e6b

#6bcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcaed Color CSS Codes

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

#6bcaed Text Font Color

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

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


#6bcaed Background Color

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

This div background color is #6bcaed


#6bcaed Border Color

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

This div border color is #6bcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcaed


Comments

No comments written yet.

Please login to write comment.