Color Hex Logo

#1ebdcf Color Hex

#1EBDCF
(30,189,207)
0 Favorites   0 Comments

Color spaces of #1ebdcf

RGB 30189207
HSL0.520.750.46
HSV186°86°81°
CMYK 0.860.090.00   0.19
XYZ29.995541.176265.3984
Yxy41.17620.21960.3015
Hunter Lab64.1687-28.8558-15.5081
CIE-Lab70.2992-31.5639-19.9538

#1ebdcf color RGB value is (30,189,207).

#1ebdcf hex color red value is 30, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1ebdcf hue: 0.52 , saturation: 0.75 and the lightness value of 1ebdcf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111101 11001111
Octal 36 275 317
Decimal 30 189 207
Hex 1E BD CF

RGB Percentages of Color #1ebdcf

%7.04
%44.37
%48.59

CMYK Percentages of Color #1ebdcf

%86
%9
%0
%19

Triadic Colors of #1ebdcf

#1ebdcf #cf1ebd #bdcf1e

Analogous Colors of #1ebdcf

#1ebdcf #1e65cf #1ecf89

Monochromatic Colors of #1ebdcf

#1ebdcf

Complementary Color

#1ebdcf #cf301e

#1ebdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebdcf Color CSS Codes

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

#1ebdcf Text Font Color

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

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


#1ebdcf Background Color

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

This div background color is #1ebdcf


#1ebdcf Border Color

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

This div border color is #1ebdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebdcf


Comments

No comments written yet.

Please login to write comment.