Color Hex Logo

#33b3ee Color Hex

#33B3EE
(51,179,238)
0 Favorites   0 Comments

Color spaces of #33b3ee

RGB 51179238
HSL0.550.850.57
HSV199°79°93°
CMYK 0.790.250.00   0.07
XYZ32.918039.117186.7043
Yxy39.11710.20740.2464
Hunter Lab62.5437-15.5032-38.4132
CIE-Lab68.8360-14.5421-39.1085

#33b3ee color RGB value is (51,179,238).

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

The process color (four color CMYK) of #33b3ee color hex is 0.79, 0.25, 0.00, 0.07. Web safe color of #33b3ee is #33ccff. Color #33b3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10110011 11101110
Octal 63 263 356
Decimal 51 179 238
Hex 33 B3 EE

RGB Percentages of Color #33b3ee

%10.90
%38.25
%50.85

CMYK Percentages of Color #33b3ee

%79
%25
%0
%7

Triadic Colors of #33b3ee

#33b3ee #ee33b3 #b3ee33

Analogous Colors of #33b3ee

#33b3ee #3355ee #33eecc

Monochromatic Colors of #33b3ee

#33b3ee

Complementary Color

#33b3ee #ee6e33

#33b3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33b3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#33b3ee Color CSS Codes

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

#33b3ee Text Font Color

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

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


#33b3ee Background Color

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

This div background color is #33b3ee


#33b3ee Border Color

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

This div border color is #33b3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33b3ee


Comments

No comments written yet.

Please login to write comment.