Color Hex Logo

#1bcadc Color Hex

#1BCADC
(27,202,220)
0 Favorites   0 Comments

Color spaces of #1bcadc

RGB 27202220
HSL0.520.780.48
HSV186°88°86°
CMYK 0.880.080.00   0.14
XYZ34.490847.641475.0880
Yxy47.64140.21940.3030
Hunter Lab69.0227-31.5930-16.1841
CIE-Lab74.5982-33.8736-20.4950

#1bcadc color RGB value is (27,202,220).

#1bcadc hex color red value is 27, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1bcadc hue: 0.52 , saturation: 0.78 and the lightness value of 1bcadc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11001010 11011100
Octal 33 312 334
Decimal 27 202 220
Hex 1B CA DC

RGB Percentages of Color #1bcadc

%6.01
%44.99
%49.00

CMYK Percentages of Color #1bcadc

%88
%8
%0
%14

Triadic Colors of #1bcadc

#1bcadc #dc1bca #cadc1b

Analogous Colors of #1bcadc

#1bcadc #1b6adc #1bdc8e

Monochromatic Colors of #1bcadc

#1bcadc

Complementary Color

#1bcadc #dc2d1b

#1bcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bcadc Color CSS Codes

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

#1bcadc Text Font Color

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

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


#1bcadc Background Color

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

This div background color is #1bcadc


#1bcadc Border Color

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

This div border color is #1bcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bcadc


Comments

No comments written yet.

Please login to write comment.