Color Hex Logo

#2ffeeb Color Hex

#2FFEEB
(47,254,235)
0 Favorites   0 Comments

Color spaces of #2ffeeb

RGB 47254235
HSL0.480.990.59
HSV174°81°100°
CMYK 0.810.000.07   0.00
XYZ51.609577.486190.8335
Yxy77.48610.23470.3523
Hunter Lab88.0262-49.39180.4375
CIE-Lab90.5449-51.3326-4.5766

#2ffeeb color RGB value is (47,254,235).

#2ffeeb hex color red value is 47, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2ffeeb hue: 0.48 , saturation: 0.99 and the lightness value of 2ffeeb is 0.59.

The process color (four color CMYK) of #2ffeeb color hex is 0.81, 0.00, 0.07, 0.00. Web safe color of #2ffeeb is #33ffff. Color #2ffeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111110 11101011
Octal 57 376 353
Decimal 47 254 235
Hex 2F FE EB

RGB Percentages of Color #2ffeeb

%8.77
%47.39
%43.84

CMYK Percentages of Color #2ffeeb

%81
%0
%7
%0

Triadic Colors of #2ffeeb

#2ffeeb #eb2ffe #feeb2f

Analogous Colors of #2ffeeb

#2ffeeb #2faafe #2ffe84

Monochromatic Colors of #2ffeeb

#2ffeeb

Complementary Color

#2ffeeb #fe2f42

#2ffeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffeeb Color CSS Codes

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

#2ffeeb Text Font Color

<p style="color:#2ffeeb">Text here</p>

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


#2ffeeb Background Color

<div style="background-color:#2ffeeb">
Div content here</div>

This div background color is #2ffeeb


#2ffeeb Border Color

<div style="border:3px solid #2ffeeb">
Div here</div>

This div border color is #2ffeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,254,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ffeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ffeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #2ffeeb;
  box-shadow:         1px 1px 3px 2px #2ffeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,254,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.