Color Hex Logo

#1be5cb Color Hex

#1BE5CB
(27,229,203)
0 Favorites   0 Comments

Color spaces of #1be5cb

RGB 27229203
HSL0.480.800.50
HSV172°88°90°
CMYK 0.880.000.11   0.10
XYZ39.250860.583466.1250
Yxy60.58340.23650.3650
Hunter Lab77.8353-46.19794.1149
CIE-Lab82.1543-50.7385-0.1367

#1be5cb color RGB value is (27,229,203).

#1be5cb hex color red value is 27, green value is 229 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1be5cb hue: 0.48 , saturation: 0.80 and the lightness value of 1be5cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11100101 11001011
Octal 33 345 313
Decimal 27 229 203
Hex 1B E5 CB

RGB Percentages of Color #1be5cb

%5.88
%49.89
%44.23

CMYK Percentages of Color #1be5cb

%88
%0
%11
%10

Triadic Colors of #1be5cb

#1be5cb #cb1be5 #e5cb1b

Analogous Colors of #1be5cb

#1be5cb #1b9ae5 #1be566

Monochromatic Colors of #1be5cb

#1be5cb

Complementary Color

#1be5cb #e51b35

#1be5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1be5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1be5cb Color CSS Codes

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

#1be5cb Text Font Color

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

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


#1be5cb Background Color

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

This div background color is #1be5cb


#1be5cb Border Color

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

This div border color is #1be5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1be5cb


Comments

No comments written yet.

Please login to write comment.