Color Hex Logo

#1cbbed Color Hex

#1CBBED
(28,187,237)
0 Favorites   0 Comments

Color spaces of #1cbbed

RGB 28187237
HSL0.540.850.52
HSV194°88°93°
CMYK 0.880.210.00   0.07
XYZ33.535341.901986.4412
Yxy41.90190.20720.2588
Hunter Lab64.7317-20.8056-33.8623
CIE-Lab70.8032-20.8402-35.5290

#1cbbed color RGB value is (28,187,237).

#1cbbed hex color red value is 28, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1cbbed hue: 0.54 , saturation: 0.85 and the lightness value of 1cbbed is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111011 11101101
Octal 34 273 355
Decimal 28 187 237
Hex 1C BB ED

RGB Percentages of Color #1cbbed

%6.19
%41.37
%52.43

CMYK Percentages of Color #1cbbed

%88
%21
%0
%7

Triadic Colors of #1cbbed

#1cbbed #ed1cbb #bbed1c

Analogous Colors of #1cbbed

#1cbbed #1c52ed #1cedb7

Monochromatic Colors of #1cbbed

#1cbbed

Complementary Color

#1cbbed #ed4e1c

#1cbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbbed Color CSS Codes

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

#1cbbed Text Font Color

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

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


#1cbbed Background Color

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

This div background color is #1cbbed


#1cbbed Border Color

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

This div border color is #1cbbed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,187,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cbbed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cbbed;
  -webkit-box-shadow: 1px 1px 3px 2px #1cbbed;
  box-shadow:         1px 1px 3px 2px #1cbbed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,187,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbbed


Comments

No comments written yet.

Please login to write comment.