Color Hex Logo

#38cebe Color Hex

#38CEBE
(56,206,190)
0 Favorites   0 Comments

Color spaces of #38cebe

RGB 56206190
HSL0.480.600.51
HSV174°73°81°
CMYK 0.730.000.08   0.19
XYZ32.996548.701156.3764
Yxy48.70110.23900.3527
Hunter Lab69.7862-37.72690.9532
CIE-Lab75.2650-41.9744-3.2454

#38cebe color RGB value is (56,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001110 10111110
Octal 70 316 276
Decimal 56 206 190
Hex 38 CE BE

RGB Percentages of Color #38cebe

%12.39
%45.58
%42.04

CMYK Percentages of Color #38cebe

%73
%0
%8
%19

Triadic Colors of #38cebe

#38cebe #be38ce #cebe38

Analogous Colors of #38cebe

#38cebe #3893ce #38ce73

Monochromatic Colors of #38cebe

#38cebe

Complementary Color

#38cebe #ce3848

#38cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cebe Color CSS Codes

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

#38cebe Text Font Color

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

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


#38cebe Background Color

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

This div background color is #38cebe


#38cebe Border Color

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

This div border color is #38cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cebe


Comments

No comments written yet.

Please login to write comment.