Color Hex Logo

#3feaed Color Hex

#3FEAED
(63,234,237)
0 Favorites   0 Comments

Color spaces of #3feaed

RGB 63234237
HSL0.500.830.59
HSV181°73°93°
CMYK 0.730.010.00   0.07
XYZ46.758866.016890.3988
Yxy66.01680.23010.3249
Hunter Lab81.2507-39.4642-9.0900
CIE-Lab85.0050-40.6561-13.8274

#3feaed color RGB value is (63,234,237).

#3feaed hex color red value is 63, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3feaed hue: 0.50 , saturation: 0.83 and the lightness value of 3feaed is 0.59.

The process color (four color CMYK) of #3feaed color hex is 0.73, 0.01, 0.00, 0.07. Web safe color of #3feaed is #33ffff. Color #3feaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101010 11101101
Octal 77 352 355
Decimal 63 234 237
Hex 3F EA ED

RGB Percentages of Color #3feaed

%11.80
%43.82
%44.38

CMYK Percentages of Color #3feaed

%73
%1
%0
%7

Triadic Colors of #3feaed

#3feaed #ed3fea #eaed3f

Analogous Colors of #3feaed

#3feaed #3f93ed #3fed99

Monochromatic Colors of #3feaed

#3feaed

Complementary Color

#3feaed #ed423f

#3feaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feaed Color CSS Codes

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

#3feaed Text Font Color

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

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


#3feaed Background Color

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

This div background color is #3feaed


#3feaed Border Color

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

This div border color is #3feaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,234,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3feaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3feaed;
  -webkit-box-shadow: 1px 1px 3px 2px #3feaed;
  box-shadow:         1px 1px 3px 2px #3feaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,234,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feaed


Comments

No comments written yet.

Please login to write comment.