Color Hex Logo

#33bdca Color Hex

#33BDCA
(51,189,202)
0 Favorites   0 Comments

Color spaces of #33bdca

RGB 51189202
HSL0.510.600.50
HSV185°75°79°
CMYK 0.750.060.00   0.21
XYZ30.223541.363362.2681
Yxy41.36330.22580.3090
Hunter Lab64.3143-28.6668-12.3836
CIE-Lab70.4297-31.2661-16.9923

#33bdca color RGB value is (51,189,202).

#33bdca hex color red value is 51, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #33bdca hue: 0.51 , saturation: 0.60 and the lightness value of 33bdca is 0.50.

The process color (four color CMYK) of #33bdca color hex is 0.75, 0.06, 0.00, 0.21. Web safe color of #33bdca is #33cccc. Color #33bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111101 11001010
Octal 63 275 312
Decimal 51 189 202
Hex 33 BD CA

RGB Percentages of Color #33bdca

%11.54
%42.76
%45.70

CMYK Percentages of Color #33bdca

%75
%6
%0
%21

Triadic Colors of #33bdca

#33bdca #ca33bd #bdca33

Analogous Colors of #33bdca

#33bdca #3372ca #33ca8c

Monochromatic Colors of #33bdca

#33bdca

Complementary Color

#33bdca #ca4033

#33bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bdca Color CSS Codes

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

#33bdca Text Font Color

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

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


#33bdca Background Color

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

This div background color is #33bdca


#33bdca Border Color

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

This div border color is #33bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bdca


Comments

No comments written yet.

Please login to write comment.