Color Hex Logo

#1fbeeb Color Hex

#1FBEEB
(31,190,235)
0 Favorites   0 Comments

Color spaces of #1fbeeb

RGB 31190235
HSL0.540.840.52
HSV193°87°92°
CMYK 0.870.190.00   0.08
XYZ33.973943.116485.1289
Yxy43.11640.20940.2658
Hunter Lab65.6631-22.5550-30.9024
CIE-Lab71.6339-22.8871-33.1549

#1fbeeb color RGB value is (31,190,235).

#1fbeeb hex color red value is 31, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1fbeeb hue: 0.54 , saturation: 0.84 and the lightness value of 1fbeeb is 0.52.

The process color (four color CMYK) of #1fbeeb color hex is 0.87, 0.19, 0.00, 0.08. Web safe color of #1fbeeb is #33ccff. Color #1fbeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10111110 11101011
Octal 37 276 353
Decimal 31 190 235
Hex 1F BE EB

RGB Percentages of Color #1fbeeb

%6.80
%41.67
%51.54

CMYK Percentages of Color #1fbeeb

%87
%19
%0
%8

Triadic Colors of #1fbeeb

#1fbeeb #eb1fbe #beeb1f

Analogous Colors of #1fbeeb

#1fbeeb #1f58eb #1febb2

Monochromatic Colors of #1fbeeb

#1fbeeb

Complementary Color

#1fbeeb #eb4c1f

#1fbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fbeeb Color CSS Codes

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

#1fbeeb Text Font Color

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

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


#1fbeeb Background Color

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

This div background color is #1fbeeb


#1fbeeb Border Color

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

This div border color is #1fbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fbeeb


Comments

No comments written yet.

Please login to write comment.