Color Hex Logo

#1b6ced Color Hex

#1B6CED
(27,108,237)
0 Favorites   0 Comments

Color spaces of #1b6ced

RGB 27108237
HSL0.600.850.52
HSV217°89°93°
CMYK 0.890.540.00   0.07
XYZ21.100617.072682.3040
Yxy17.07260.17510.1417
Hunter Lab41.319018.8473-89.1774
CIE-Lab48.351425.3766-71.2362

#1b6ced color RGB value is (27,108,237).

#1b6ced hex color red value is 27, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1b6ced hue: 0.60 , saturation: 0.85 and the lightness value of 1b6ced is 0.52.

The process color (four color CMYK) of #1b6ced color hex is 0.89, 0.54, 0.00, 0.07. Web safe color of #1b6ced is #3366ff. Color #1b6ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01101100 11101101
Octal 33 154 355
Decimal 27 108 237
Hex 1B 6C ED

RGB Percentages of Color #1b6ced

%7.26
%29.03
%63.71

CMYK Percentages of Color #1b6ced

%89
%54
%0
%7

Triadic Colors of #1b6ced

#1b6ced #ed1b6c #6ced1b

Analogous Colors of #1b6ced

#1b6ced #331bed #1bd5ed

Monochromatic Colors of #1b6ced

#1b6ced

Complementary Color

#1b6ced #ed9c1b

#1b6ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6ced Color CSS Codes

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

#1b6ced Text Font Color

<p style="color:#1b6ced">Text here</p>

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


#1b6ced Background Color

<div style="background-color:#1b6ced">
Div content here</div>

This div background color is #1b6ced


#1b6ced Border Color

<div style="border:3px solid #1b6ced">
Div here</div>

This div border color is #1b6ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,108,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b6ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b6ced;
  -webkit-box-shadow: 1px 1px 3px 2px #1b6ced;
  box-shadow:         1px 1px 3px 2px #1b6ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,108,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 #1b6ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b6ced


Comments

No comments written yet.

Please login to write comment.