Color Hex Logo

#1ebcfc Color Hex

#1EBCFC
(30,188,252)
0 Favorites   0 Comments

Color spaces of #1ebcfc

RGB 30188252
HSL0.550.970.55
HSV197°88°99°
CMYK 0.880.250.00   0.01
XYZ36.089343.270798.5454
Yxy43.27070.20290.2432
Hunter Lab65.7805-17.1849-42.7757
CIE-Lab71.7383-16.1201-42.1860

#1ebcfc color RGB value is (30,188,252).

#1ebcfc hex color red value is 30, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1ebcfc hue: 0.55 , saturation: 0.97 and the lightness value of 1ebcfc is 0.55.

The process color (four color CMYK) of #1ebcfc color hex is 0.88, 0.25, 0.00, 0.01. Web safe color of #1ebcfc is #33ccff. Color #1ebcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111100 11111100
Octal 36 274 374
Decimal 30 188 252
Hex 1E BC FC

RGB Percentages of Color #1ebcfc

%6.38
%40.00
%53.62

CMYK Percentages of Color #1ebcfc

%88
%25
%0
%1

Triadic Colors of #1ebcfc

#1ebcfc #fc1ebc #bcfc1e

Analogous Colors of #1ebcfc

#1ebcfc #1e4dfc #1efccd

Monochromatic Colors of #1ebcfc

#1ebcfc

Complementary Color

#1ebcfc #fc5e1e

#1ebcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebcfc Color CSS Codes

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

#1ebcfc Text Font Color

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

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


#1ebcfc Background Color

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

This div background color is #1ebcfc


#1ebcfc Border Color

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

This div border color is #1ebcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.