Color Hex Logo

#38ceba Color Hex

#38CEBA
(56,206,186)
0 Favorites   0 Comments

Color spaces of #38ceba

RGB 56206186
HSL0.480.600.51
HSV172°73°81°
CMYK 0.730.000.10   0.19
XYZ32.565148.528554.1050
Yxy48.52850.24090.3589
Hunter Lab69.6624-38.46582.7147
CIE-Lab75.1571-43.0473-1.2450

#38ceba color RGB value is (56,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001110 10111010
Octal 70 316 272
Decimal 56 206 186
Hex 38 CE BA

RGB Percentages of Color #38ceba

%12.50
%45.98
%41.52

CMYK Percentages of Color #38ceba

%73
%0
%10
%19

Triadic Colors of #38ceba

#38ceba #ba38ce #ceba38

Analogous Colors of #38ceba

#38ceba #3897ce #38ce6f

Monochromatic Colors of #38ceba

#38ceba

Complementary Color

#38ceba #ce384c

#38ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ceba Color CSS Codes

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

#38ceba Text Font Color

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

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


#38ceba Background Color

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

This div background color is #38ceba


#38ceba Border Color

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

This div border color is #38ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ceba

#38ceba Color Palettes


Comments

No comments written yet.

Please login to write comment.