Color Hex Logo

#33ebdf Color Hex

#33EBDF
(51,235,223)
0 Favorites   0 Comments

Color spaces of #33ebdf

RGB 51235223
HSL0.490.820.56
HSV176°78°92°
CMYK 0.780.000.05   0.08
XYZ44.392965.448280.1051
Yxy65.44820.23370.3446
Hunter Lab80.9001-43.6255-2.0773
CIE-Lab84.7142-46.1753-6.9046

#33ebdf color RGB value is (51,235,223).

#33ebdf hex color red value is 51, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #33ebdf hue: 0.49 , saturation: 0.82 and the lightness value of 33ebdf is 0.56.

The process color (four color CMYK) of #33ebdf color hex is 0.78, 0.00, 0.05, 0.08. Web safe color of #33ebdf is #33ffcc. Color #33ebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101011 11011111
Octal 63 353 337
Decimal 51 235 223
Hex 33 EB DF

RGB Percentages of Color #33ebdf

%10.02
%46.17
%43.81

CMYK Percentages of Color #33ebdf

%78
%0
%5
%8

Triadic Colors of #33ebdf

#33ebdf #df33eb #ebdf33

Analogous Colors of #33ebdf

#33ebdf #339beb #33eb83

Monochromatic Colors of #33ebdf

#33ebdf

Complementary Color

#33ebdf #eb333f

#33ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ebdf Color CSS Codes

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

#33ebdf Text Font Color

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

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


#33ebdf Background Color

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

This div background color is #33ebdf


#33ebdf Border Color

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

This div border color is #33ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ebdf


Comments

No comments written yet.

Please login to write comment.