Color Hex Logo

#1bc4dd Color Hex

#1BC4DD
(27,196,221)
0 Favorites   0 Comments

Color spaces of #1bc4dd

RGB 27196221
HSL0.520.780.49
HSV188°88°87°
CMYK 0.880.110.00   0.13
XYZ33.243144.933375.3275
Yxy44.93330.21660.2927
Hunter Lab67.0323-28.7836-19.7045
CIE-Lab72.8480-30.6828-23.7003

#1bc4dd color RGB value is (27,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11000100 11011101
Octal 33 304 335
Decimal 27 196 221
Hex 1B C4 DD

RGB Percentages of Color #1bc4dd

%6.08
%44.14
%49.77

CMYK Percentages of Color #1bc4dd

%88
%11
%0
%13

Triadic Colors of #1bc4dd

#1bc4dd #dd1bc4 #c4dd1b

Analogous Colors of #1bc4dd

#1bc4dd #1b63dd #1bdd95

Monochromatic Colors of #1bc4dd

#1bc4dd

Complementary Color

#1bc4dd #dd341b

#1bc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bc4dd Color CSS Codes

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

#1bc4dd Text Font Color

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

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


#1bc4dd Background Color

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

This div background color is #1bc4dd


#1bc4dd Border Color

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

This div border color is #1bc4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bc4dd


Comments

No comments written yet.

Please login to write comment.