Color Hex Logo

#1edfcc Color Hex

#1EDFCC
(30,223,204)
0 Favorites   0 Comments

Color spaces of #1edfcc

RGB 30223204
HSL0.480.760.50
HSV174°87°87°
CMYK 0.870.000.09   0.13
XYZ37.822257.411066.2147
Yxy57.41100.23430.3556
Hunter Lab75.7700-43.49561.2261
CIE-Lab80.4102-47.7942-3.2202

#1edfcc color RGB value is (30,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 11001100
Octal 36 337 314
Decimal 30 223 204
Hex 1E DF CC

RGB Percentages of Color #1edfcc

%6.56
%48.80
%44.64

CMYK Percentages of Color #1edfcc

%87
%0
%9
%13

Triadic Colors of #1edfcc

#1edfcc #cc1edf #dfcc1e

Analogous Colors of #1edfcc

#1edfcc #1e92df #1edf6c

Monochromatic Colors of #1edfcc

#1edfcc

Complementary Color

#1edfcc #df1e31

#1edfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfcc Color CSS Codes

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

#1edfcc Text Font Color

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

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


#1edfcc Background Color

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

This div background color is #1edfcc


#1edfcc Border Color

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

This div border color is #1edfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,223,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfcc


Comments

No comments written yet.

Please login to write comment.