Color Hex Logo

#33abbf Color Hex

#33ABBF
(51,171,191)
0 Favorites   0 Comments

Color spaces of #33abbf

RGB 51171191
HSL0.520.580.47
HSV189°73°75°
CMYK 0.730.100.00   0.25
XYZ25.332133.591254.4388
Yxy33.59120.22350.2963
Hunter Lab57.9579-23.4080-15.1195
CIE-Lab64.6368-25.8008-19.7086

#33abbf color RGB value is (51,171,191).

#33abbf hex color red value is 51, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #33abbf hue: 0.52 , saturation: 0.58 and the lightness value of 33abbf is 0.47.

The process color (four color CMYK) of #33abbf color hex is 0.73, 0.10, 0.00, 0.25. Web safe color of #33abbf is #3399cc. Color #33abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101011 10111111
Octal 63 253 277
Decimal 51 171 191
Hex 33 AB BF

RGB Percentages of Color #33abbf

%12.35
%41.40
%46.25

CMYK Percentages of Color #33abbf

%73
%10
%0
%25

Triadic Colors of #33abbf

#33abbf #bf33ab #abbf33

Analogous Colors of #33abbf

#33abbf #3365bf #33bf8d

Monochromatic Colors of #33abbf

#33abbf

Complementary Color

#33abbf #bf4733

#33abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#33abbf Color CSS Codes

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

#33abbf Text Font Color

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

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


#33abbf Background Color

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

This div background color is #33abbf


#33abbf Border Color

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

This div border color is #33abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33abbf


Comments

No comments written yet.

Please login to write comment.