Color Hex Logo

#1bcceb Color Hex

#1BCCEB
(27,204,235)
0 Favorites   0 Comments

Color spaces of #1bcceb

RGB 27204235
HSL0.520.840.51
HSV189°89°92°
CMYK 0.890.130.00   0.08
XYZ37.040349.416986.1835
Yxy49.41690.21460.2862
Hunter Lab70.2972-28.9665-23.4808
CIE-Lab75.7100-30.0865-26.8849

#1bcceb color RGB value is (27,204,235).

#1bcceb hex color red value is 27, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1bcceb hue: 0.52 , saturation: 0.84 and the lightness value of 1bcceb is 0.51.

The process color (four color CMYK) of #1bcceb color hex is 0.89, 0.13, 0.00, 0.08. Web safe color of #1bcceb is #33ccff. Color #1bcceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11001100 11101011
Octal 33 314 353
Decimal 27 204 235
Hex 1B CC EB

RGB Percentages of Color #1bcceb

%5.79
%43.78
%50.43

CMYK Percentages of Color #1bcceb

%89
%13
%0
%8

Triadic Colors of #1bcceb

#1bcceb #eb1bcc #cceb1b

Analogous Colors of #1bcceb

#1bcceb #1b64eb #1beba2

Monochromatic Colors of #1bcceb

#1bcceb

Complementary Color

#1bcceb #eb3a1b

#1bcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bcceb Color CSS Codes

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

#1bcceb Text Font Color

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

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


#1bcceb Background Color

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

This div background color is #1bcceb


#1bcceb Border Color

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

This div border color is #1bcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bcceb


Comments

No comments written yet.

Please login to write comment.