Color Hex Logo

#33efbd Color Hex

#33EFBD
(51,239,189)
0 Favorites   0 Comments

Color spaces of #33efbd

RGB 51239189
HSL0.460.850.57
HSV164°79°94°
CMYK 0.790.000.21   0.06
XYZ41.417166.110958.7219
Yxy66.11090.24910.3977
Hunter Lab81.3086-51.365514.0962
CIE-Lab85.0530-56.505111.4334

#33efbd color RGB value is (51,239,189).

#33efbd hex color red value is 51, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #33efbd hue: 0.46 , saturation: 0.85 and the lightness value of 33efbd is 0.57.

The process color (four color CMYK) of #33efbd color hex is 0.79, 0.00, 0.21, 0.06. Web safe color of #33efbd is #33ffcc. Color #33efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101111 10111101
Octal 63 357 275
Decimal 51 239 189
Hex 33 EF BD

RGB Percentages of Color #33efbd

%10.65
%49.90
%39.46

CMYK Percentages of Color #33efbd

%79
%0
%21
%6

Triadic Colors of #33efbd

#33efbd #bd33ef #efbd33

Analogous Colors of #33efbd

#33efbd #33c3ef #33ef5f

Monochromatic Colors of #33efbd

#33efbd

Complementary Color

#33efbd #ef3365

#33efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33efbd Color CSS Codes

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

#33efbd Text Font Color

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

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


#33efbd Background Color

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

This div background color is #33efbd


#33efbd Border Color

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

This div border color is #33efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33efbd


Comments

No comments written yet.

Please login to write comment.