Color Hex Logo

#1bdaeb Color Hex

#1BDAEB
(27,218,235)
0 Favorites   0 Comments

Color spaces of #1bdaeb

RGB 27218235
HSL0.510.840.51
HSV185°89°92°
CMYK 0.890.070.00   0.08
XYZ40.518856.374087.3430
Yxy56.37400.21990.3060
Hunter Lab75.0826-35.0660-16.4137
CIE-Lab79.8262-36.7366-20.6139

#1bdaeb color RGB value is (27,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011010 11101011
Octal 33 332 353
Decimal 27 218 235
Hex 1B DA EB

RGB Percentages of Color #1bdaeb

%5.63
%45.42
%48.96

CMYK Percentages of Color #1bdaeb

%89
%7
%0
%8

Triadic Colors of #1bdaeb

#1bdaeb #eb1bda #daeb1b

Analogous Colors of #1bdaeb

#1bdaeb #1b72eb #1beb94

Monochromatic Colors of #1bdaeb

#1bdaeb

Complementary Color

#1bdaeb #eb2c1b

#1bdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdaeb Color CSS Codes

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

#1bdaeb Text Font Color

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

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


#1bdaeb Background Color

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

This div background color is #1bdaeb


#1bdaeb Border Color

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

This div border color is #1bdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdaeb


Comments

No comments written yet.

Please login to write comment.