Color Hex Logo

#3befeb Color Hex

#3BEFEB
(59,239,235)
0 Favorites   0 Comments

Color spaces of #3befeb

RGB 59239235
HSL0.500.850.58
HSV179°75°94°
CMYK 0.750.000.02   0.06
XYZ47.665568.661089.3379
Yxy68.66100.23180.3338
Hunter Lab82.8619-42.3280-5.9204
CIE-Lab86.3359-43.8579-10.7944

#3befeb color RGB value is (59,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 11101011
Octal 73 357 353
Decimal 59 239 235
Hex 3B EF EB

RGB Percentages of Color #3befeb

%11.07
%44.84
%44.09

CMYK Percentages of Color #3befeb

%75
%0
%2
%6

Triadic Colors of #3befeb

#3befeb #eb3bef #efeb3b

Analogous Colors of #3befeb

#3befeb #3b99ef #3bef91

Monochromatic Colors of #3befeb

#3befeb

Complementary Color

#3befeb #ef3b3f

#3befeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3befeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3befeb Color CSS Codes

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

#3befeb Text Font Color

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

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


#3befeb Background Color

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

This div background color is #3befeb


#3befeb Border Color

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

This div border color is #3befeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3befeb


Comments

No comments written yet.

Please login to write comment.