Color Hex Logo

#1ebfdc Color Hex

#1EBFDC
(30,191,220)
0 Favorites   0 Comments

Color spaces of #1ebfdc

RGB 30191220
HSL0.530.760.49
HSV189°86°86°
CMYK 0.860.130.00   0.14
XYZ32.084542.704974.2620
Yxy42.70490.21530.2865
Hunter Lab65.3490-26.7223-21.6323
CIE-Lab71.3542-28.3854-25.4377

#1ebfdc color RGB value is (30,191,220).

#1ebfdc hex color red value is 30, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1ebfdc hue: 0.53 , saturation: 0.76 and the lightness value of 1ebfdc is 0.49.

The process color (four color CMYK) of #1ebfdc color hex is 0.86, 0.13, 0.00, 0.14. Web safe color of #1ebfdc is #33cccc. Color #1ebfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111111 11011100
Octal 36 277 334
Decimal 30 191 220
Hex 1E BF DC

RGB Percentages of Color #1ebfdc

%6.80
%43.31
%49.89

CMYK Percentages of Color #1ebfdc

%86
%13
%0
%14

Triadic Colors of #1ebfdc

#1ebfdc #dc1ebf #bfdc1e

Analogous Colors of #1ebfdc

#1ebfdc #1e60dc #1edc9a

Monochromatic Colors of #1ebfdc

#1ebfdc

Complementary Color

#1ebfdc #dc3b1e

#1ebfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebfdc Color CSS Codes

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

#1ebfdc Text Font Color

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

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


#1ebfdc Background Color

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

This div background color is #1ebfdc


#1ebfdc Border Color

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

This div border color is #1ebfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebfdc


Comments

No comments written yet.

Please login to write comment.