Color Hex Logo

#3edffd Color Hex

#3EDFFD
(62,223,253)
0 Favorites   0 Comments

Color spaces of #3edffd

RGB 62223253
HSL0.530.980.62
HSV189°75°99°
CMYK 0.750.120.00   0.01
XYZ46.103960.8913102.2518
Yxy60.89130.22030.2910
Hunter Lab78.0329-31.0950-23.0687
CIE-Lab82.3203-30.9355-26.3368

#3edffd color RGB value is (62,223,253).

#3edffd hex color red value is 62, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3edffd hue: 0.53 , saturation: 0.98 and the lightness value of 3edffd is 0.62.

The process color (four color CMYK) of #3edffd color hex is 0.75, 0.12, 0.00, 0.01. Web safe color of #3edffd is #33ccff. Color #3edffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011111 11111101
Octal 76 337 375
Decimal 62 223 253
Hex 3E DF FD

RGB Percentages of Color #3edffd

%11.52
%41.45
%47.03

CMYK Percentages of Color #3edffd

%75
%12
%0
%1

Triadic Colors of #3edffd

#3edffd #fd3edf #dffd3e

Analogous Colors of #3edffd

#3edffd #3e80fd #3efdbc

Monochromatic Colors of #3edffd

#3edffd

Complementary Color

#3edffd #fd5c3e

#3edffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edffd Color CSS Codes

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

#3edffd Text Font Color

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

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


#3edffd Background Color

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

This div background color is #3edffd


#3edffd Border Color

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

This div border color is #3edffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edffd


Comments

No comments written yet.

Please login to write comment.