Color Hex Logo

#38ffdd Color Hex

#38FFDD
(56,255,221)
0 Favorites   0 Comments

Color spaces of #38ffdd

RGB 56255221
HSL0.471.000.61
HSV170°78°100°
CMYK 0.780.000.13   0.00
XYZ50.442077.581280.7227
Yxy77.58120.24160.3717
Hunter Lab88.0802-51.91657.3187
CIE-Lab90.5885-54.61982.7607

#38ffdd color RGB value is (56,255,221).

#38ffdd hex color red value is 56, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #38ffdd hue: 0.47 , saturation: 1.00 and the lightness value of 38ffdd is 0.61.

The process color (four color CMYK) of #38ffdd color hex is 0.78, 0.00, 0.13, 0.00. Web safe color of #38ffdd is #33ffcc. Color #38ffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111111 11011101
Octal 70 377 335
Decimal 56 255 221
Hex 38 FF DD

RGB Percentages of Color #38ffdd

%10.53
%47.93
%41.54

CMYK Percentages of Color #38ffdd

%78
%0
%13
%0

Triadic Colors of #38ffdd

#38ffdd #dd38ff #ffdd38

Analogous Colors of #38ffdd

#38ffdd #38beff #38ff7a

Monochromatic Colors of #38ffdd

#38ffdd

Complementary Color

#38ffdd #ff385a

#38ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ffdd Color CSS Codes

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

#38ffdd Text Font Color

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

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


#38ffdd Background Color

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

This div background color is #38ffdd


#38ffdd Border Color

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

This div border color is #38ffdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,255,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.