Color Hex Logo

#1bdcee Color Hex

#1BDCEE
(27,220,238)
0 Favorites   0 Comments

Color spaces of #1bdcee

RGB 27220238
HSL0.510.860.52
HSV185°89°93°
CMYK 0.890.080.00   0.07
XYZ41.477857.592589.8193
Yxy57.59250.21960.3049
Hunter Lab75.8897-35.2472-17.0499
CIE-Lab80.5117-36.7456-21.1719

#1bdcee color RGB value is (27,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011100 11101110
Octal 33 334 356
Decimal 27 220 238
Hex 1B DC EE

RGB Percentages of Color #1bdcee

%5.57
%45.36
%49.07

CMYK Percentages of Color #1bdcee

%89
%8
%0
%7

Triadic Colors of #1bdcee

#1bdcee #ee1bdc #dcee1b

Analogous Colors of #1bdcee

#1bdcee #1b73ee #1bee97

Monochromatic Colors of #1bdcee

#1bdcee

Complementary Color

#1bdcee #ee2d1b

#1bdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdcee Color CSS Codes

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

#1bdcee Text Font Color

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

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


#1bdcee Background Color

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

This div background color is #1bdcee


#1bdcee Border Color

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

This div border color is #1bdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdcee


Comments

No comments written yet.

Please login to write comment.