Color Hex Logo

#3beede Color Hex

#3BEEDE
(59,238,222)
0 Favorites   0 Comments

Color spaces of #3beede

RGB 59238222
HSL0.490.840.58
HSV175°75°93°
CMYK 0.750.000.07   0.07
XYZ45.563067.352879.7062
Yxy67.35280.23650.3497
Hunter Lab82.0688-44.5205-0.1351
CIE-Lab85.6818-46.9673-4.9360

#3beede color RGB value is (59,238,222).

#3beede hex color red value is 59, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3beede hue: 0.49 , saturation: 0.84 and the lightness value of 3beede is 0.58.

The process color (four color CMYK) of #3beede color hex is 0.75, 0.00, 0.07, 0.07. Web safe color of #3beede is #33ffcc. Color #3beede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101110 11011110
Octal 73 356 336
Decimal 59 238 222
Hex 3B EE DE

RGB Percentages of Color #3beede

%11.37
%45.86
%42.77

CMYK Percentages of Color #3beede

%75
%0
%7
%7

Triadic Colors of #3beede

#3beede #de3bee #eede3b

Analogous Colors of #3beede

#3beede #3ba5ee #3bee85

Monochromatic Colors of #3beede

#3beede

Complementary Color

#3beede #ee3b4b

#3beede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beede Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beede Color CSS Codes

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

#3beede Text Font Color

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

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


#3beede Background Color

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

This div background color is #3beede


#3beede Border Color

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

This div border color is #3beede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,238,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3beede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3beede;
  -webkit-box-shadow: 1px 1px 3px 2px #3beede;
  box-shadow:         1px 1px 3px 2px #3beede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,238,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beede


Comments

No comments written yet.

Please login to write comment.