Color Hex Logo

#1edcea Color Hex

#1EDCEA
(30,220,234)
0 Favorites   0 Comments

Color spaces of #1edcea

RGB 30220234
HSL0.510.830.52
HSV184°87°92°
CMYK 0.870.060.00   0.08
XYZ40.979957.402986.7619
Yxy57.40290.22130.3100
Hunter Lab75.7647-36.0405-14.8606
CIE-Lab80.4057-37.8123-19.2018

#1edcea color RGB value is (30,220,234).

#1edcea hex color red value is 30, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1edcea hue: 0.51 , saturation: 0.83 and the lightness value of 1edcea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011100 11101010
Octal 36 334 352
Decimal 30 220 234
Hex 1E DC EA

RGB Percentages of Color #1edcea

%6.20
%45.45
%48.35

CMYK Percentages of Color #1edcea

%87
%6
%0
%8

Triadic Colors of #1edcea

#1edcea #ea1edc #dcea1e

Analogous Colors of #1edcea

#1edcea #1e76ea #1eea92

Monochromatic Colors of #1edcea

#1edcea

Complementary Color

#1edcea #ea2c1e

#1edcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edcea Color CSS Codes

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

#1edcea Text Font Color

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

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


#1edcea Background Color

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

This div background color is #1edcea


#1edcea Border Color

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

This div border color is #1edcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edcea


Comments

No comments written yet.

Please login to write comment.