color codes Logo

#1cbee5 color codes

#1CBEE5
(28,190,229)
0 Favorites   0 Comments

Color spaces of #1cbee5

RGB 28190229
HSL0.530.790.50
HSV192°88°90°
CMYK 0.880.170.00   0.10
XYZ33.035242.730980.6355
Yxy42.73090.21120.2732
Hunter Lab65.3689-24.1877-27.3787
CIE-Lab71.3719-25.0567-30.3060

#1cbee5 color RGB value is (28,190,229).

#1cbee5 hex color red value is 28, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #1cbee5 hue: 0.53 , saturation: 0.79 and the lightness value of 1cbee5 is 0.50.

The process color (four color CMYK) of #1cbee5 color code is 0.88, 0.17, 0.00, 0.10. Web safe color of #1cbee5 is #33cccc. Color #1cbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111110 11100101
Octal 34 276 345
Decimal 28 190 229
Hex 1C BE E5

RGB Percentages of Color #1cbee5

%6.26
%42.51
%51.23

CMYK Percentages of Color #1cbee5

%88
%17
%0
%10

Triadic Colors of #1cbee5

#1cbee5 #e51cbe #bee51c

Analogous Colors of #1cbee5

#1cbee5 #1c5ae5 #1ce5a8

Monochromatic Colors of #1cbee5

#1cbee5

Complementary Color

#1cbee5 #e5431c

#1cbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbee5 Color CSS Codes

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

#1cbee5 Text Font Color

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

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


#1cbee5 Background Color

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

This div background color is #1cbee5


#1cbee5 Border Color

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

This div border color is #1cbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbee5


Comments

No comments written yet.

Please login to write comment.