Color Hex Logo

#3befca Color Hex

#3BEFCA
(59,239,202)
0 Favorites   0 Comments

Color spaces of #3befca

RGB 59239202
HSL0.470.850.58
HSV168°75°94°
CMYK 0.750.000.15   0.06
XYZ43.330866.927166.5116
Yxy66.92710.24510.3786
Hunter Lab81.8090-48.62179.0629
CIE-Lab85.4671-52.53965.2457

#3befca color RGB value is (59,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 11001010
Octal 73 357 312
Decimal 59 239 202
Hex 3B EF CA

RGB Percentages of Color #3befca

%11.80
%47.80
%40.40

CMYK Percentages of Color #3befca

%75
%0
%15
%6

Triadic Colors of #3befca

#3befca #ca3bef #efca3b

Analogous Colors of #3befca

#3befca #3bbaef #3bef70

Monochromatic Colors of #3befca

#3befca

Complementary Color

#3befca #ef3b60

#3befca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3befca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3befca Color CSS Codes

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

#3befca Text Font Color

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

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


#3befca Background Color

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

This div background color is #3befca


#3befca Border Color

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

This div border color is #3befca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3befca


Comments

No comments written yet.

Please login to write comment.