Color Hex Logo

#33bcea Color Hex

#33BCEA
(51,188,234)
0 Favorites   0 Comments

Color spaces of #33bcea

RGB 51188234
HSL0.540.810.56
HSV195°78°92°
CMYK 0.780.200.00   0.08
XYZ34.199742.610884.2641
Yxy42.61080.21230.2645
Hunter Lab65.2769-20.7155-30.8419
CIE-Lab71.2900-20.6204-33.1217

#33bcea color RGB value is (51,188,234).

#33bcea hex color red value is 51, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #33bcea hue: 0.54 , saturation: 0.81 and the lightness value of 33bcea is 0.56.

The process color (four color CMYK) of #33bcea color hex is 0.78, 0.20, 0.00, 0.08. Web safe color of #33bcea is #33ccff. Color #33bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111100 11101010
Octal 63 274 352
Decimal 51 188 234
Hex 33 BC EA

RGB Percentages of Color #33bcea

%10.78
%39.75
%49.47

CMYK Percentages of Color #33bcea

%78
%20
%0
%8

Triadic Colors of #33bcea

#33bcea #ea33bc #bcea33

Analogous Colors of #33bcea

#33bcea #3360ea #33eabd

Monochromatic Colors of #33bcea

#33bcea

Complementary Color

#33bcea #ea6133

#33bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bcea Color CSS Codes

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

#33bcea Text Font Color

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

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


#33bcea Background Color

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

This div background color is #33bcea


#33bcea Border Color

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

This div border color is #33bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bcea


Comments

No comments written yet.

Please login to write comment.