Color Hex Logo

#33acdf Color Hex

#33ACDF
(51,172,223)
0 Favorites   0 Comments

Color spaces of #33acdf

RGB 51172223
HSL0.550.730.54
HSV198°77°87°
CMYK 0.770.230.00   0.13
XYZ29.437035.536675.1198
Yxy35.53660.21010.2537
Hunter Lab59.6126-16.1778-32.9845
CIE-Lab66.1643-15.8672-35.0611

#33acdf color RGB value is (51,172,223).

#33acdf hex color red value is 51, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #33acdf hue: 0.55 , saturation: 0.73 and the lightness value of 33acdf is 0.54.

The process color (four color CMYK) of #33acdf color hex is 0.77, 0.23, 0.00, 0.13. Web safe color of #33acdf is #3399cc. Color #33acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101100 11011111
Octal 63 254 337
Decimal 51 172 223
Hex 33 AC DF

RGB Percentages of Color #33acdf

%11.43
%38.57
%50.00

CMYK Percentages of Color #33acdf

%77
%23
%0
%13

Triadic Colors of #33acdf

#33acdf #df33ac #acdf33

Analogous Colors of #33acdf

#33acdf #3356df #33dfbc

Monochromatic Colors of #33acdf

#33acdf

Complementary Color

#33acdf #df6633

#33acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#33acdf Color CSS Codes

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

#33acdf Text Font Color

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

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


#33acdf Background Color

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

This div background color is #33acdf


#33acdf Border Color

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

This div border color is #33acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33acdf


Comments

No comments written yet.

Please login to write comment.