Color Hex Logo

#1bcdea Color Hex

#1BCDEA
(27,205,234)
0 Favorites   0 Comments

Color spaces of #1bcdea

RGB 27205234
HSL0.520.830.51
HSV188°88°92°
CMYK 0.880.120.00   0.08
XYZ37.134649.836285.5040
Yxy49.83620.21530.2889
Hunter Lab70.5948-29.6454-22.3954
CIE-Lab75.9686-30.8917-25.9514

#1bcdea color RGB value is (27,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11001101 11101010
Octal 33 315 352
Decimal 27 205 234
Hex 1B CD EA

RGB Percentages of Color #1bcdea

%5.79
%43.99
%50.21

CMYK Percentages of Color #1bcdea

%88
%12
%0
%8

Triadic Colors of #1bcdea

#1bcdea #ea1bcd #cdea1b

Analogous Colors of #1bcdea

#1bcdea #1b66ea #1beaa0

Monochromatic Colors of #1bcdea

#1bcdea

Complementary Color

#1bcdea #ea381b

#1bcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bcdea Color CSS Codes

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

#1bcdea Text Font Color

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

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


#1bcdea Background Color

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

This div background color is #1bcdea


#1bcdea Border Color

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

This div border color is #1bcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bcdea

#1bcdea Color Palettes


Comments

No comments written yet.

Please login to write comment.