Color Hex Logo

#3beeea Color Hex

#3BEEEA
(59,238,234)
0 Favorites   0 Comments

Color spaces of #3beeea

RGB 59238234
HSL0.500.840.58
HSV179°75°93°
CMYK 0.750.000.02   0.07
XYZ47.229568.019488.4817
Yxy68.01940.23180.3339
Hunter Lab82.4739-42.1094-5.8773
CIE-Lab86.0161-43.6946-10.7457

#3beeea color RGB value is (59,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101110 11101010
Octal 73 356 352
Decimal 59 238 234
Hex 3B EE EA

RGB Percentages of Color #3beeea

%11.11
%44.82
%44.07

CMYK Percentages of Color #3beeea

%75
%0
%2
%7

Triadic Colors of #3beeea

#3beeea #ea3bee #eeea3b

Analogous Colors of #3beeea

#3beeea #3b99ee #3bee91

Monochromatic Colors of #3beeea

#3beeea

Complementary Color

#3beeea #ee3b3f

#3beeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beeea Color CSS Codes

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

#3beeea Text Font Color

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

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


#3beeea Background Color

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

This div background color is #3beeea


#3beeea Border Color

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

This div border color is #3beeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beeea


Comments

No comments written yet.

Please login to write comment.