Color Hex Logo

#1beddf Color Hex

#1BEDDF
(27,237,223)
0 Favorites   0 Comments

Color spaces of #1beddf

RGB 27237223
HSL0.490.850.52
HSV176°89°93°
CMYK 0.890.000.06   0.07
XYZ44.055566.129180.2543
Yxy66.12910.23130.3472
Hunter Lab81.3198-45.6062-1.5893
CIE-Lab85.0622-48.6609-6.4165

#1beddf color RGB value is (27,237,223).

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

The process color (four color CMYK) of #1beddf color hex is 0.89, 0.00, 0.06, 0.07. Web safe color of #1beddf is #33ffcc. Color #1beddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101101 11011111
Octal 33 355 337
Decimal 27 237 223
Hex 1B ED DF

RGB Percentages of Color #1beddf

%5.54
%48.67
%45.79

CMYK Percentages of Color #1beddf

%89
%0
%6
%7

Triadic Colors of #1beddf

#1beddf #df1bed #eddf1b

Analogous Colors of #1beddf

#1beddf #1b92ed #1bed76

Monochromatic Colors of #1beddf

#1beddf

Complementary Color

#1beddf #ed1b29

#1beddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beddf Color CSS Codes

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

#1beddf Text Font Color

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

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


#1beddf Background Color

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

This div background color is #1beddf


#1beddf Border Color

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

This div border color is #1beddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,237,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 #1beddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beddf


Comments

No comments written yet.

Please login to write comment.