Color Hex Logo

#6bcbee Color Hex

#6BCBEE
(107,203,238)
0 Favorites   0 Comments

Color spaces of #6bcbee

RGB 107203238
HSL0.540.790.68
HSV196°55°93°
CMYK 0.550.150.00   0.07
XYZ42.852052.010788.6695
Yxy52.01070.23350.2834
Hunter Lab72.1184-20.1445-22.4140
CIE-Lab77.2872-18.7042-25.9275

#6bcbee color RGB value is (107,203,238).

#6bcbee hex color red value is 107, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6bcbee hue: 0.54 , saturation: 0.79 and the lightness value of 6bcbee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 11101110
Octal 153 313 356
Decimal 107 203 238
Hex 6B CB EE

RGB Percentages of Color #6bcbee

%19.53
%37.04
%43.43

CMYK Percentages of Color #6bcbee

%55
%15
%0
%7

Triadic Colors of #6bcbee

#6bcbee #ee6bcb #cbee6b

Analogous Colors of #6bcbee

#6bcbee #6b8aee #6beed0

Monochromatic Colors of #6bcbee

#6bcbee

Complementary Color

#6bcbee #ee8e6b

#6bcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcbee Color CSS Codes

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

#6bcbee Text Font Color

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

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


#6bcbee Background Color

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

This div background color is #6bcbee


#6bcbee Border Color

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

This div border color is #6bcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcbee


Comments

No comments written yet.

Please login to write comment.