Color Hex Logo

#1badce Color Hex

#1BADCE
(27,173,206)
0 Favorites   0 Comments

Color spaces of #1badce

RGB 27173206
HSL0.530.770.46
HSV191°87°81°
CMYK 0.870.160.00   0.19
XYZ26.536134.576463.6678
Yxy34.57640.21270.2771
Hunter Lab58.8017-22.3493-23.0353
CIE-Lab65.4175-24.1470-26.8687

#1badce color RGB value is (27,173,206).

#1badce hex color red value is 27, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1badce hue: 0.53 , saturation: 0.77 and the lightness value of 1badce is 0.46.

The process color (four color CMYK) of #1badce color hex is 0.87, 0.16, 0.00, 0.19. Web safe color of #1badce is #3399cc. Color #1badce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101101 11001110
Octal 33 255 316
Decimal 27 173 206
Hex 1B AD CE

RGB Percentages of Color #1badce

%6.65
%42.61
%50.74

CMYK Percentages of Color #1badce

%87
%16
%0
%19

Triadic Colors of #1badce

#1badce #ce1bad #adce1b

Analogous Colors of #1badce

#1badce #1b54ce #1bce96

Monochromatic Colors of #1badce

#1badce

Complementary Color

#1badce #ce3c1b

#1badce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1badce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1badce Color CSS Codes

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

#1badce Text Font Color

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

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


#1badce Background Color

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

This div background color is #1badce


#1badce Border Color

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

This div border color is #1badce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1badce


Comments

No comments written yet.

Please login to write comment.