Color Hex Logo

#33afef Color Hex

#33AFEF
(51,175,239)
0 Favorites   0 Comments

Color spaces of #33afef

RGB 51175239
HSL0.560.850.57
HSV200°79°94°
CMYK 0.790.270.00   0.06
XYZ32.275237.595787.2170
Yxy37.59570.20550.2393
Hunter Lab61.3153-13.3429-41.4154
CIE-Lab67.7216-12.0391-41.3946

#33afef color RGB value is (51,175,239).

#33afef hex color red value is 51, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #33afef hue: 0.56 , saturation: 0.85 and the lightness value of 33afef is 0.57.

The process color (four color CMYK) of #33afef color hex is 0.79, 0.27, 0.00, 0.06. Web safe color of #33afef is #3399ff. Color #33afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101111 11101111
Octal 63 257 357
Decimal 51 175 239
Hex 33 AF EF

RGB Percentages of Color #33afef

%10.97
%37.63
%51.40

CMYK Percentages of Color #33afef

%79
%27
%0
%6

Triadic Colors of #33afef

#33afef #ef33af #afef33

Analogous Colors of #33afef

#33afef #3351ef #33efd1

Monochromatic Colors of #33afef

#33afef

Complementary Color

#33afef #ef7333

#33afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#33afef Color CSS Codes

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

#33afef Text Font Color

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

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


#33afef Background Color

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

This div background color is #33afef


#33afef Border Color

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

This div border color is #33afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33afef


Comments

No comments written yet.

Please login to write comment.