Color Hex Logo

#33fedb Color Hex

#33FEDB
(51,254,219)
0 Favorites   0 Comments

Color spaces of #33fedb

RGB 51254219
HSL0.470.990.60
HSV170°80°100°
CMYK 0.800.000.14   0.00
XYZ49.593276.701979.2089
Yxy76.70190.24130.3732
Hunter Lab87.5796-52.18627.6826
CIE-Lab90.1842-55.16103.2024

#33fedb color RGB value is (51,254,219).

#33fedb hex color red value is 51, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #33fedb hue: 0.47 , saturation: 0.99 and the lightness value of 33fedb is 0.60.

The process color (four color CMYK) of #33fedb color hex is 0.80, 0.00, 0.14, 0.00. Web safe color of #33fedb is #33ffcc. Color #33fedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11111110 11011011
Octal 63 376 333
Decimal 51 254 219
Hex 33 FE DB

RGB Percentages of Color #33fedb

%9.73
%48.47
%41.79

CMYK Percentages of Color #33fedb

%80
%0
%14
%0

Triadic Colors of #33fedb

#33fedb #db33fe #fedb33

Analogous Colors of #33fedb

#33fedb #33bcfe #33fe76

Monochromatic Colors of #33fedb

#33fedb

Complementary Color

#33fedb #fe3356

#33fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33fedb Color CSS Codes

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

#33fedb Text Font Color

<p style="color:#33fedb">Text here</p>

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


#33fedb Background Color

<div style="background-color:#33fedb">
Div content here</div>

This div background color is #33fedb


#33fedb Border Color

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

This div border color is #33fedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,254,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33fedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33fedb;
  -webkit-box-shadow: 1px 1px 3px 2px #33fedb;
  box-shadow:         1px 1px 3px 2px #33fedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,254,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.