Color Hex Logo

#3febea Color Hex

#3FEBEA
(63,235,234)
0 Favorites   0 Comments

Color spaces of #3febea

RGB 63235234
HSL0.500.810.58
HSV180°73°92°
CMYK 0.730.000.00   0.08
XYZ46.609566.413988.2045
Yxy66.41390.23160.3300
Hunter Lab81.4947-40.5258-7.1253
CIE-Lab85.2071-41.9479-11.9455

#3febea color RGB value is (63,235,234).

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

The process color (four color CMYK) of #3febea color hex is 0.73, 0.00, 0.00, 0.08. Web safe color of #3febea is #33ffff. Color #3febea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101011 11101010
Octal 77 353 352
Decimal 63 235 234
Hex 3F EB EA

RGB Percentages of Color #3febea

%11.84
%44.17
%43.98

CMYK Percentages of Color #3febea

%73
%0
%0
%8

Triadic Colors of #3febea

#3febea #ea3feb #ebea3f

Analogous Colors of #3febea

#3febea #3f96eb #3feb94

Monochromatic Colors of #3febea

#3febea

Complementary Color

#3febea #eb3f40

#3febea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3febea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3febea Color CSS Codes

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

#3febea Text Font Color

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

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


#3febea Background Color

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

This div background color is #3febea


#3febea Border Color

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

This div border color is #3febea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,235,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 #3febea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3febea


Comments

No comments written yet.

Please login to write comment.