Color Hex Logo

#1ebeca Color Hex

#1EBECA
(30,190,202)
0 Favorites   0 Comments

Color spaces of #1ebeca

RGB 30190202
HSL0.510.740.45
HSV184°85°79°
CMYK 0.850.060.00   0.21
XYZ29.609541.367262.3012
Yxy41.36720.22220.3104
Hunter Lab64.3173-30.3801-12.4093
CIE-Lab70.4324-33.6047-17.0171

#1ebeca color RGB value is (30,190,202).

#1ebeca hex color red value is 30, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1ebeca hue: 0.51 , saturation: 0.74 and the lightness value of 1ebeca is 0.45.

The process color (four color CMYK) of #1ebeca color hex is 0.85, 0.06, 0.00, 0.21. Web safe color of #1ebeca is #33cccc. Color #1ebeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111110 11001010
Octal 36 276 312
Decimal 30 190 202
Hex 1E BE CA

RGB Percentages of Color #1ebeca

%7.11
%45.02
%47.87

CMYK Percentages of Color #1ebeca

%85
%6
%0
%21

Triadic Colors of #1ebeca

#1ebeca #ca1ebe #beca1e

Analogous Colors of #1ebeca

#1ebeca #1e68ca #1eca80

Monochromatic Colors of #1ebeca

#1ebeca

Complementary Color

#1ebeca #ca2a1e

#1ebeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebeca Color CSS Codes

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

#1ebeca Text Font Color

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

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


#1ebeca Background Color

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

This div background color is #1ebeca


#1ebeca Border Color

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

This div border color is #1ebeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebeca


Comments

No comments written yet.

Please login to write comment.