Color Hex Logo

#33abbd Color Hex

#33ABBD
(51,171,189)
0 Favorites   0 Comments

Color spaces of #33abbd

RGB 51171189
HSL0.520.580.47
HSV188°73°74°
CMYK 0.730.100.00   0.26
XYZ25.113533.503853.2874
Yxy33.50380.22440.2994
Hunter Lab57.8825-23.8484-14.0655
CIE-Lab64.5668-26.4273-18.7021

#33abbd color RGB value is (51,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101011 10111101
Octal 63 253 275
Decimal 51 171 189
Hex 33 AB BD

RGB Percentages of Color #33abbd

%12.41
%41.61
%45.99

CMYK Percentages of Color #33abbd

%73
%10
%0
%26

Triadic Colors of #33abbd

#33abbd #bd33ab #abbd33

Analogous Colors of #33abbd

#33abbd #3366bd #33bd8a

Monochromatic Colors of #33abbd

#33abbd

Complementary Color

#33abbd #bd4533

#33abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33abbd Color CSS Codes

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

#33abbd Text Font Color

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

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


#33abbd Background Color

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

This div background color is #33abbd


#33abbd Border Color

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

This div border color is #33abbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,171,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 #33abbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33abbd


Comments

No comments written yet.

Please login to write comment.