Color Hex Logo

#1bccdf Color Hex

#1BCCDF
(27,204,223)
0 Favorites   0 Comments

Color spaces of #1bccdf

RGB 27204223
HSL0.520.780.49
HSV186°88°87°
CMYK 0.880.090.00   0.13
XYZ35.364148.746577.3572
Yxy48.74650.21900.3019
Hunter Lab69.8187-31.7701-16.8186
CIE-Lab75.2933-33.8851-21.0588

#1bccdf color RGB value is (27,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11001100 11011111
Octal 33 314 337
Decimal 27 204 223
Hex 1B CC DF

RGB Percentages of Color #1bccdf

%5.95
%44.93
%49.12

CMYK Percentages of Color #1bccdf

%88
%9
%0
%13

Triadic Colors of #1bccdf

#1bccdf #df1bcc #ccdf1b

Analogous Colors of #1bccdf

#1bccdf #1b6adf #1bdf90

Monochromatic Colors of #1bccdf

#1bccdf

Complementary Color

#1bccdf #df2e1b

#1bccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bccdf Color CSS Codes

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

#1bccdf Text Font Color

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

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


#1bccdf Background Color

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

This div background color is #1bccdf


#1bccdf Border Color

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

This div border color is #1bccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bccdf


Comments

No comments written yet.

Please login to write comment.