Color Hex Logo

#3dfeef Color Hex

#3DFEEF
(61,254,239)
0 Favorites   0 Comments

Color spaces of #3dfeef

RGB 61254239
HSL0.490.990.62
HSV175°76°100°
CMYK 0.760.000.06   0.00
XYZ52.946378.107793.9471
Yxy78.10770.23530.3471
Hunter Lab88.3786-47.7257-1.1607
CIE-Lab90.8290-49.0654-6.2138

#3dfeef color RGB value is (61,254,239).

#3dfeef hex color red value is 61, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3dfeef hue: 0.49 , saturation: 0.99 and the lightness value of 3dfeef is 0.62.

The process color (four color CMYK) of #3dfeef color hex is 0.76, 0.00, 0.06, 0.00. Web safe color of #3dfeef is #33ffff. Color #3dfeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11111110 11101111
Octal 75 376 357
Decimal 61 254 239
Hex 3D FE EF

RGB Percentages of Color #3dfeef

%11.01
%45.85
%43.14

CMYK Percentages of Color #3dfeef

%76
%0
%6
%0

Triadic Colors of #3dfeef

#3dfeef #ef3dfe #feef3d

Analogous Colors of #3dfeef

#3dfeef #3dadfe #3dfe8f

Monochromatic Colors of #3dfeef

#3dfeef

Complementary Color

#3dfeef #fe3d4c

#3dfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dfeef Color CSS Codes

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

#3dfeef Text Font Color

<p style="color:#3dfeef">Text here</p>

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


#3dfeef Background Color

<div style="background-color:#3dfeef">
Div content here</div>

This div background color is #3dfeef


#3dfeef Border Color

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

This div border color is #3dfeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,254,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 #3dfeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dfeef


Comments

No comments written yet.

Please login to write comment.