Color Hex Logo

#33cdee Color Hex

#33CDEE
(51,205,238)
0 Favorites   0 Comments

Color spaces of #33cdee

RGB 51205238
HSL0.530.850.57
HSV191°79°93°
CMYK 0.790.140.00   0.07
XYZ38.629250.539588.6080
Yxy50.53950.21730.2843
Hunter Lab71.0911-27.4169-24.1353
CIE-Lab76.3992-27.9082-27.4153

#33cdee color RGB value is (51,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001101 11101110
Octal 63 315 356
Decimal 51 205 238
Hex 33 CD EE

RGB Percentages of Color #33cdee

%10.32
%41.50
%48.18

CMYK Percentages of Color #33cdee

%79
%14
%0
%7

Triadic Colors of #33cdee

#33cdee #ee33cd #cdee33

Analogous Colors of #33cdee

#33cdee #3370ee #33eeb2

Monochromatic Colors of #33cdee

#33cdee

Complementary Color

#33cdee #ee5433

#33cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#33cdee Color CSS Codes

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

#33cdee Text Font Color

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

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


#33cdee Background Color

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

This div background color is #33cdee


#33cdee Border Color

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

This div border color is #33cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33cdee


Comments

No comments written yet.

Please login to write comment.