Color Hex Logo

#2df9ef Color Hex

#2DF9EF
(45,249,239)
0 Favorites   0 Comments

Color spaces of #2df9ef

RGB 45249239
HSL0.490.940.58
HSV177°82°98°
CMYK 0.820.000.04   0.02
XYZ50.537974.541293.3856
Yxy74.54120.23130.3412
Hunter Lab86.3372-46.6044-3.6942
CIE-Lab89.1776-48.2824-8.6810

#2df9ef color RGB value is (45,249,239).

#2df9ef hex color red value is 45, green value is 249 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2df9ef hue: 0.49 , saturation: 0.94 and the lightness value of 2df9ef is 0.58.

The process color (four color CMYK) of #2df9ef color hex is 0.82, 0.00, 0.04, 0.02. Web safe color of #2df9ef is #33ffff. Color #2df9ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11111001 11101111
Octal 55 371 357
Decimal 45 249 239
Hex 2D F9 EF

RGB Percentages of Color #2df9ef

%8.44
%46.72
%44.84

CMYK Percentages of Color #2df9ef

%82
%0
%4
%2

Triadic Colors of #2df9ef

#2df9ef #ef2df9 #f9ef2d

Analogous Colors of #2df9ef

#2df9ef #2d9df9 #2df989

Monochromatic Colors of #2df9ef

#2df9ef

Complementary Color

#2df9ef #f92d37

#2df9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2df9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2df9ef Color CSS Codes

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

#2df9ef Text Font Color

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

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


#2df9ef Background Color

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

This div background color is #2df9ef


#2df9ef Border Color

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

This div border color is #2df9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2df9ef


Comments

No comments written yet.

Please login to write comment.