Color Hex Logo

#1bccec Color Hex

#1BCCEC
(27,204,236)
0 Favorites   0 Comments

Color spaces of #1bccec

RGB 27204236
HSL0.530.850.52
HSV189°89°93°
CMYK 0.890.140.00   0.07
XYZ37.185249.474986.9466
Yxy49.47490.21420.2850
Hunter Lab70.3384-28.7261-24.0526
CIE-Lab75.7458-29.7654-27.3675

#1bccec color RGB value is (27,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11001100 11101100
Octal 33 314 354
Decimal 27 204 236
Hex 1B CC EC

RGB Percentages of Color #1bccec

%5.78
%43.68
%50.54

CMYK Percentages of Color #1bccec

%89
%14
%0
%7

Triadic Colors of #1bccec

#1bccec #ec1bcc #ccec1b

Analogous Colors of #1bccec

#1bccec #1b64ec #1beca4

Monochromatic Colors of #1bccec

#1bccec

Complementary Color

#1bccec #ec3b1b

#1bccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bccec Color CSS Codes

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

#1bccec Text Font Color

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

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


#1bccec Background Color

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

This div background color is #1bccec


#1bccec Border Color

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

This div border color is #1bccec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,204,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bccec


Comments

No comments written yet.

Please login to write comment.