Color Hex Logo

#6dcbeb Color Hex

#6DCBEB
(109,203,235)
0 Favorites   0 Comments

Color spaces of #6dcbeb

RGB 109203235
HSL0.540.760.67
HSV195°54°92°
CMYK 0.540.140.00   0.08
XYZ42.658051.961286.3785
Yxy51.96120.23570.2871
Hunter Lab72.0841-20.5143-20.5884
CIE-Lab77.2576-19.1560-24.3559

#6dcbeb color RGB value is (109,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001011 11101011
Octal 155 313 353
Decimal 109 203 235
Hex 6D CB EB

RGB Percentages of Color #6dcbeb

%19.93
%37.11
%42.96

CMYK Percentages of Color #6dcbeb

%54
%14
%0
%8

Triadic Colors of #6dcbeb

#6dcbeb #eb6dcb #cbeb6d

Analogous Colors of #6dcbeb

#6dcbeb #6d8ceb #6debcc

Monochromatic Colors of #6dcbeb

#6dcbeb

Complementary Color

#6dcbeb #eb8d6d

#6dcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcbeb Color CSS Codes

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

#6dcbeb Text Font Color

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

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


#6dcbeb Background Color

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

This div background color is #6dcbeb


#6dcbeb Border Color

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

This div border color is #6dcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcbeb


Comments

No comments written yet.

Please login to write comment.