Color Hex Logo

#1cef50 Color Hex

#1CEF50
(28,239,80)
0 Favorites   0 Comments

Color spaces of #1cef50

RGB 2823980
HSL0.370.870.52
HSV135°88°94°
CMYK 0.880.000.67   0.06
XYZ32.793462.559117.9361
Yxy62.55910.28950.5522
Hunter Lab79.0943-64.406941.9209
CIE-Lab83.2099-76.941961.4156

#1cef50 color RGB value is (28,239,80).

#1cef50 hex color red value is 28, green value is 239 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #1cef50 hue: 0.37 , saturation: 0.87 and the lightness value of 1cef50 is 0.52.

The process color (four color CMYK) of #1cef50 color hex is 0.88, 0.00, 0.67, 0.06. Web safe color of #1cef50 is #33ff66. Color #1cef50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101111 01010000
Octal 34 357 120
Decimal 28 239 80
Hex 1C EF 50

RGB Percentages of Color #1cef50

%8.07
%68.88
%23.05

CMYK Percentages of Color #1cef50

%88
%0
%67
%6

Triadic Colors of #1cef50

#1cef50 #501cef #ef501c

Analogous Colors of #1cef50

#1cef50 #1cefba #51ef1c

Monochromatic Colors of #1cef50

#1cef50

Complementary Color

#1cef50 #ef1cbb

#1cef50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cef50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cef50 Color CSS Codes

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

#1cef50 Text Font Color

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

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


#1cef50 Background Color

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

This div background color is #1cef50


#1cef50 Border Color

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

This div border color is #1cef50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,239,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cef50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cef50;
  -webkit-box-shadow: 1px 1px 3px 2px #1cef50;
  box-shadow:         1px 1px 3px 2px #1cef50; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,239,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cef50


Comments

No comments written yet.

Please login to write comment.