Color Hex Logo

#24cebe Color Hex

#24CEBE
(36,206,190)
0 Favorites   0 Comments

Color spaces of #24cebe

RGB 36206190
HSL0.480.700.47
HSV174°83°81°
CMYK 0.830.000.08   0.19
XYZ32.093148.235456.3341
Yxy48.23540.23480.3530
Hunter Lab69.4517-39.05700.5245
CIE-Lab74.9732-43.9532-3.7084

#24cebe color RGB value is (36,206,190).

#24cebe hex color red value is 36, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #24cebe hue: 0.48 , saturation: 0.70 and the lightness value of 24cebe is 0.47.

The process color (four color CMYK) of #24cebe color hex is 0.83, 0.00, 0.08, 0.19. Web safe color of #24cebe is #33cccc. Color #24cebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001110 10111110
Octal 44 316 276
Decimal 36 206 190
Hex 24 CE BE

RGB Percentages of Color #24cebe

%8.33
%47.69
%43.98

CMYK Percentages of Color #24cebe

%83
%0
%8
%19

Triadic Colors of #24cebe

#24cebe #be24ce #cebe24

Analogous Colors of #24cebe

#24cebe #2489ce #24ce69

Monochromatic Colors of #24cebe

#24cebe

Complementary Color

#24cebe #ce2434

#24cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24cebe Color CSS Codes

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

#24cebe Text Font Color

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

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


#24cebe Background Color

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

This div background color is #24cebe


#24cebe Border Color

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

This div border color is #24cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24cebe


Comments

No comments written yet.

Please login to write comment.