Color Hex Logo

#33abed Color Hex

#33ABED
(51,171,237)
0 Favorites   0 Comments

Color spaces of #33abed

RGB 51171237
HSL0.560.840.56
HSV201°78°93°
CMYK 0.780.280.00   0.07
XYZ31.214235.944185.4135
Yxy35.94410.20460.2356
Hunter Lab59.9534-11.9840-42.5010
CIE-Lab66.4772-10.5405-42.2508

#33abed color RGB value is (51,171,237).

#33abed hex color red value is 51, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #33abed hue: 0.56 , saturation: 0.84 and the lightness value of 33abed is 0.56.

The process color (four color CMYK) of #33abed color hex is 0.78, 0.28, 0.00, 0.07. Web safe color of #33abed is #3399ff. Color #33abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101011 11101101
Octal 63 253 355
Decimal 51 171 237
Hex 33 AB ED

RGB Percentages of Color #33abed

%11.11
%37.25
%51.63

CMYK Percentages of Color #33abed

%78
%28
%0
%7

Triadic Colors of #33abed

#33abed #ed33ab #abed33

Analogous Colors of #33abed

#33abed #334eed #33edd2

Monochromatic Colors of #33abed

#33abed

Complementary Color

#33abed #ed7533

#33abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#33abed Color CSS Codes

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

#33abed Text Font Color

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

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


#33abed Background Color

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

This div background color is #33abed


#33abed Border Color

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

This div border color is #33abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33abed


Comments

No comments written yet.

Please login to write comment.