Color Hex Logo

#24beba Color Hex

#24BEBA
(36,190,186)
0 Favorites   0 Comments

Color spaces of #24beba

RGB 36190186
HSL0.500.680.44
HSV178°81°75°
CMYK 0.810.000.02   0.25
XYZ28.003940.747152.8434
Yxy40.74710.23030.3351
Hunter Lab63.8335-33.4001-4.3988
CIE-Lab69.9984-37.9745-8.8984

#24beba color RGB value is (36,190,186).

#24beba hex color red value is 36, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #24beba hue: 0.50 , saturation: 0.68 and the lightness value of 24beba is 0.44.

The process color (four color CMYK) of #24beba color hex is 0.81, 0.00, 0.02, 0.25. Web safe color of #24beba is #33cccc. Color #24beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10111110 10111010
Octal 44 276 272
Decimal 36 190 186
Hex 24 BE BA

RGB Percentages of Color #24beba

%8.74
%46.12
%45.15

CMYK Percentages of Color #24beba

%81
%0
%2
%25

Triadic Colors of #24beba

#24beba #ba24be #beba24

Analogous Colors of #24beba

#24beba #2475be #24be6d

Monochromatic Colors of #24beba

#24beba

Complementary Color

#24beba #be2428

#24beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#24beba Color CSS Codes

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

#24beba Text Font Color

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

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


#24beba Background Color

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

This div background color is #24beba


#24beba Border Color

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

This div border color is #24beba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,190,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24beba


Comments

No comments written yet.

Please login to write comment.