Color Hex Logo

#33ccee Color Hex

#33CCEE
(51,204,238)
1 Favorites   0 Comments

Color spaces of #33ccee

RGB 51204238
HSL0.530.850.57
HSV191°79°93°
CMYK 0.790.140.00   0.07
XYZ38.390750.062688.5286
Yxy50.06260.21690.2829
Hunter Lab70.7549-26.9694-24.6552
CIE-Lab76.1077-27.4153-27.8622

#33ccee color RGB value is (51,204,238). This hex color code is also a web safe color which is equal to #3CE.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001100 11101110
Octal 63 314 356
Decimal 51 204 238
Hex 33 CC EE

RGB Percentages of Color #33ccee

%10.34
%41.38
%48.28

CMYK Percentages of Color #33ccee

%79
%14
%0
%7

Triadic Colors of #33ccee

#33ccee #ee33cc #ccee33

Analogous Colors of #33ccee

#33ccee #336fee #33eeb3

Monochromatic Colors of #33ccee

#33ccee

Complementary Color

#33ccee #ee5533

#33ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ccee Color CSS Codes

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

#33ccee Text Font Color

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

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


#33ccee Background Color

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

This div background color is #33ccee


#33ccee Border Color

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

This div border color is #33ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ccee

#33ccee Color Palettes


Comments

No comments written yet.

Please login to write comment.