Color Hex Logo

#1edfcb Color Hex

#1EDFCB
(30,223,203)
0 Favorites   0 Comments

Color spaces of #1edfcb

RGB 30223203
HSL0.480.760.50
HSV174°87°87°
CMYK 0.870.000.09   0.13
XYZ37.702657.363265.5850
Yxy57.36320.23470.3571
Hunter Lab75.7385-43.68511.6754
CIE-Lab80.3834-48.0669-2.7275

#1edfcb color RGB value is (30,223,203).

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

The process color (four color CMYK) of #1edfcb color hex is 0.87, 0.00, 0.09, 0.13. Web safe color of #1edfcb is #33cccc. Color #1edfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 11001011
Octal 36 337 313
Decimal 30 223 203
Hex 1E DF CB

RGB Percentages of Color #1edfcb

%6.58
%48.90
%44.52

CMYK Percentages of Color #1edfcb

%87
%0
%9
%13

Triadic Colors of #1edfcb

#1edfcb #cb1edf #dfcb1e

Analogous Colors of #1edfcb

#1edfcb #1e93df #1edf6b

Monochromatic Colors of #1edfcb

#1edfcb

Complementary Color

#1edfcb #df1e32

#1edfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfcb Color CSS Codes

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

#1edfcb Text Font Color

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

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


#1edfcb Background Color

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

This div background color is #1edfcb


#1edfcb Border Color

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

This div border color is #1edfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfcb


Comments

No comments written yet.

Please login to write comment.