Color Hex Logo

#1baede Color Hex

#1BAEDE
(27,174,222)
0 Favorites   0 Comments

Color spaces of #1baede

RGB 27174222
HSL0.540.780.49
HSV195°88°87°
CMYK 0.880.220.00   0.13
XYZ28.772935.779074.4968
Yxy35.77900.20690.2573
Hunter Lab59.8155-18.8139-31.9714
CIE-Lab66.3507-19.2339-34.2498

#1baede color RGB value is (27,174,222).

#1baede hex color red value is 27, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1baede hue: 0.54 , saturation: 0.78 and the lightness value of 1baede is 0.49.

The process color (four color CMYK) of #1baede color hex is 0.88, 0.22, 0.00, 0.13. Web safe color of #1baede is #3399cc. Color #1baede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101110 11011110
Octal 33 256 336
Decimal 27 174 222
Hex 1B AE DE

RGB Percentages of Color #1baede

%6.38
%41.13
%52.48

CMYK Percentages of Color #1baede

%88
%22
%0
%13

Triadic Colors of #1baede

#1baede #de1bae #aede1b

Analogous Colors of #1baede

#1baede #1b4dde #1bdead

Monochromatic Colors of #1baede

#1baede

Complementary Color

#1baede #de4b1b

#1baede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baede Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baede Color CSS Codes

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

#1baede Text Font Color

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

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


#1baede Background Color

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

This div background color is #1baede


#1baede Border Color

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

This div border color is #1baede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baede


Comments

No comments written yet.

Please login to write comment.