Color Hex Logo

#23ed95 Color Hex

#23ED95
(35,237,149)
0 Favorites   0 Comments

Color spaces of #23ed95

RGB 35237149
HSL0.430.850.53
HSV154°85°93°
CMYK 0.850.000.37   0.07
XYZ36.402163.095638.6939
Yxy63.09560.26340.4566
Hunter Lab79.4327-57.205126.7211
CIE-Lab83.4927-65.742329.8757

#23ed95 color RGB value is (35,237,149).

#23ed95 hex color red value is 35, green value is 237 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #23ed95 hue: 0.43 , saturation: 0.85 and the lightness value of 23ed95 is 0.53.

The process color (four color CMYK) of #23ed95 color hex is 0.85, 0.00, 0.37, 0.07. Web safe color of #23ed95 is #33ff99. Color #23ed95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 11101101 10010101
Octal 43 355 225
Decimal 35 237 149
Hex 23 ED 95

RGB Percentages of Color #23ed95

%8.31
%56.29
%35.39

CMYK Percentages of Color #23ed95

%85
%0
%37
%7

Triadic Colors of #23ed95

#23ed95 #9523ed #ed9523

Analogous Colors of #23ed95

#23ed95 #23e0ed #23ed30

Monochromatic Colors of #23ed95

#23ed95

Complementary Color

#23ed95 #ed237b

#23ed95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23ed95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#23ed95 Color CSS Codes

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

#23ed95 Text Font Color

<p style="color:#23ed95">Text here</p>

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


#23ed95 Background Color

<div style="background-color:#23ed95">
Div content here</div>

This div background color is #23ed95


#23ed95 Border Color

<div style="border:3px solid #23ed95">
Div here</div>

This div border color is #23ed95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,237,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23ed95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23ed95;
  -webkit-box-shadow: 1px 1px 3px 2px #23ed95;
  box-shadow:         1px 1px 3px 2px #23ed95; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,237,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23ed95


Comments

No comments written yet.

Please login to write comment.