Color Hex Logo

#24bcea Color Hex

#24BCEA
(36,188,234)
0 Favorites   0 Comments

Color spaces of #24bcea

RGB 36188234
HSL0.540.830.53
HSV194°85°92°
CMYK 0.850.200.00   0.08
XYZ33.562142.282084.2342
Yxy42.28200.20970.2641
Hunter Lab65.0246-21.6613-31.2882
CIE-Lab71.0649-21.8741-33.4881

#24bcea color RGB value is (36,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111100 11101010
Octal 44 274 352
Decimal 36 188 234
Hex 24 BC EA

RGB Percentages of Color #24bcea

%7.86
%41.05
%51.09

CMYK Percentages of Color #24bcea

%85
%20
%0
%8

Triadic Colors of #24bcea

#24bcea #ea24bc #bcea24

Analogous Colors of #24bcea

#24bcea #2459ea #24eab5

Monochromatic Colors of #24bcea

#24bcea

Complementary Color

#24bcea #ea5224

#24bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#24bcea Color CSS Codes

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

#24bcea Text Font Color

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

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


#24bcea Background Color

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

This div background color is #24bcea


#24bcea Border Color

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

This div border color is #24bcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,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 #24bcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24bcea


Comments

No comments written yet.

Please login to write comment.