Color Hex Logo

#1bdaee Color Hex

#1BDAEE
(27,218,238)
0 Favorites   0 Comments

Color spaces of #1bdaee

RGB 27218238
HSL0.520.860.52
HSV186°89°93°
CMYK 0.890.080.00   0.07
XYZ40.956056.548989.6453
Yxy56.54890.21880.3022
Hunter Lab75.1990-34.3809-18.0408
CIE-Lab79.9252-35.8147-22.0619

#1bdaee color RGB value is (27,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011010 11101110
Octal 33 332 356
Decimal 27 218 238
Hex 1B DA EE

RGB Percentages of Color #1bdaee

%5.59
%45.13
%49.28

CMYK Percentages of Color #1bdaee

%89
%8
%0
%7

Triadic Colors of #1bdaee

#1bdaee #ee1bda #daee1b

Analogous Colors of #1bdaee

#1bdaee #1b71ee #1bee99

Monochromatic Colors of #1bdaee

#1bdaee

Complementary Color

#1bdaee #ee2f1b

#1bdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdaee Color CSS Codes

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

#1bdaee Text Font Color

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

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


#1bdaee Background Color

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

This div background color is #1bdaee


#1bdaee Border Color

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

This div border color is #1bdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdaee


Comments

No comments written yet.

Please login to write comment.