Color Hex Logo

#6bceeb Color Hex

#6BCEEB
(107,206,235)
0 Favorites   0 Comments

Color spaces of #6bceeb

RGB 107206235
HSL0.540.760.67
HSV194°54°92°
CMYK 0.540.120.00   0.08
XYZ43.130153.266686.6055
Yxy53.26660.23570.2911
Hunter Lab72.9840-22.2368-19.2669
CIE-Lab78.0321-21.0874-23.1826

#6bceeb color RGB value is (107,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11101011
Octal 153 316 353
Decimal 107 206 235
Hex 6B CE EB

RGB Percentages of Color #6bceeb

%19.53
%37.59
%42.88

CMYK Percentages of Color #6bceeb

%54
%12
%0
%8

Triadic Colors of #6bceeb

#6bceeb #eb6bce #ceeb6b

Analogous Colors of #6bceeb

#6bceeb #6b8eeb #6bebc8

Monochromatic Colors of #6bceeb

#6bceeb

Complementary Color

#6bceeb #eb886b

#6bceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bceeb Color CSS Codes

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

#6bceeb Text Font Color

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

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


#6bceeb Background Color

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

This div background color is #6bceeb


#6bceeb Border Color

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

This div border color is #6bceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bceeb


Comments

No comments written yet.

Please login to write comment.