Color Hex Logo

#3beaee Color Hex

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

Color spaces of #3beaee

RGB 59234238
HSL0.500.840.58
HSV181°75°93°
CMYK 0.750.020.00   0.07
XYZ46.659165.948591.1591
Yxy65.94850.22900.3236
Hunter Lab81.2087-39.5566-9.7087
CIE-Lab84.9701-40.7867-14.4130

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

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

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

Base Numbers

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

RGB Percentages of Color #3beaee

%11.11
%44.07
%44.82

CMYK Percentages of Color #3beaee

%75
%2
%0
%7

Triadic Colors of #3beaee

#3beaee #ee3bea #eaee3b

Analogous Colors of #3beaee

#3beaee #3b91ee #3bee99

Monochromatic Colors of #3beaee

#3beaee

Complementary Color

#3beaee #ee3f3b

#3beaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beaee Color CSS Codes

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

#3beaee Text Font Color

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

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


#3beaee Background Color

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

This div background color is #3beaee


#3beaee Border Color

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

This div border color is #3beaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beaee


Comments

No comments written yet.

Please login to write comment.