Color Hex Logo

#3beece Color Hex

#3BEECE
(59,238,206)
0 Favorites   0 Comments

Color spaces of #3beece

RGB 59238206
HSL0.470.840.58
HSV169°75°93°
CMYK 0.750.000.13   0.07
XYZ43.518766.535168.9414
Yxy66.53510.24310.3717
Hunter Lab81.5691-47.51266.9870
CIE-Lab85.2686-51.12862.8617

#3beece color RGB value is (59,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101110 11001110
Octal 73 356 316
Decimal 59 238 206
Hex 3B EE CE

RGB Percentages of Color #3beece

%11.73
%47.32
%40.95

CMYK Percentages of Color #3beece

%75
%0
%13
%7

Triadic Colors of #3beece

#3beece #ce3bee #eece3b

Analogous Colors of #3beece

#3beece #3bb5ee #3bee75

Monochromatic Colors of #3beece

#3beece

Complementary Color

#3beece #ee3b5b

#3beece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beece Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beece Color CSS Codes

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

#3beece Text Font Color

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

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


#3beece Background Color

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

This div background color is #3beece


#3beece Border Color

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

This div border color is #3beece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beece


Comments

No comments written yet.

Please login to write comment.