Color Hex Logo

#33d1ff Color Hex

#33D1FF
(51,209,255)
0 Favorites   0 Comments

Color spaces of #33d1ff

RGB 51209255
HSL0.541.000.60
HSV194°80°100°
CMYK 0.800.180.00   0.00
XYZ42.215753.5247102.7140
Yxy53.52470.21270.2697
Hunter Lab73.1606-25.0315-32.0280
CIE-Lab78.1838-24.4757-33.7634

#33d1ff color RGB value is (51,209,255).

#33d1ff hex color red value is 51, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #33d1ff hue: 0.54 , saturation: 1.00 and the lightness value of 33d1ff is 0.60.

The process color (four color CMYK) of #33d1ff color hex is 0.80, 0.18, 0.00, 0.00. Web safe color of #33d1ff is #33ccff. Color #33d1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11010001 11111111
Octal 63 321 377
Decimal 51 209 255
Hex 33 D1 FF

RGB Percentages of Color #33d1ff

%9.90
%40.58
%49.51

CMYK Percentages of Color #33d1ff

%80
%18
%0
%0

Triadic Colors of #33d1ff

#33d1ff #ff33d1 #d1ff33

Analogous Colors of #33d1ff

#33d1ff #336bff #33ffc7

Monochromatic Colors of #33d1ff

#33d1ff

Complementary Color

#33d1ff #ff6133

#33d1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33d1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#33d1ff Color CSS Codes

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

#33d1ff Text Font Color

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

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


#33d1ff Background Color

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

This div background color is #33d1ff


#33d1ff Border Color

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

This div border color is #33d1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33d1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.