color codes Logo

#2edffc color codes

#2EDFFC
(46,223,252)
0 Favorites   0 Comments

Color spaces of #2edffc

RGB 46223252
HSL0.520.970.58
HSV188°82°99°
CMYK 0.820.120.00   0.01
XYZ45.085160.3845101.3746
Yxy60.38450.21800.2919
Hunter Lab77.7075-32.4241-22.9526
CIE-Lab82.0467-32.6719-26.2468

#2edffc color RGB value is (46,223,252).

#2edffc hex color red value is 46, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2edffc hue: 0.52 , saturation: 0.97 and the lightness value of 2edffc is 0.58.

The process color (four color CMYK) of #2edffc color code is 0.82, 0.12, 0.00, 0.01. Web safe color of #2edffc is #33ccff. Color #2edffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 11111100
Octal 56 337 374
Decimal 46 223 252
Hex 2E DF FC

RGB Percentages of Color #2edffc

%8.83
%42.80
%48.37

CMYK Percentages of Color #2edffc

%82
%12
%0
%1

Triadic Colors of #2edffc

#2edffc #fc2edf #dffc2e

Analogous Colors of #2edffc

#2edffc #2e78fc #2efcb2

Monochromatic Colors of #2edffc

#2edffc

Complementary Color

#2edffc #fc4b2e

#2edffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edffc Color CSS Codes

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

#2edffc Text Font Color

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

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


#2edffc Background Color

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

This div background color is #2edffc


#2edffc Border Color

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

This div border color is #2edffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,223,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2edffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2edffc;
  -webkit-box-shadow: 1px 1px 3px 2px #2edffc;
  box-shadow:         1px 1px 3px 2px #2edffc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,223,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edffc

Related Colors


Comments

No comments written yet.

Please login to write comment.