Color Hex Logo

#38ccdf Color Hex

#38CCDF
(56,204,223)
0 Favorites   0 Comments

Color spaces of #38ccdf

RGB 56204223
HSL0.520.720.55
HSV187°75°87°
CMYK 0.750.090.00   0.13
XYZ36.543049.354277.4123
Yxy49.35420.22380.3022
Hunter Lab70.2525-30.0923-16.1557
CIE-Lab75.6712-31.5610-20.4497

#38ccdf color RGB value is (56,204,223).

#38ccdf hex color red value is 56, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #38ccdf hue: 0.52 , saturation: 0.72 and the lightness value of 38ccdf is 0.55.

The process color (four color CMYK) of #38ccdf color hex is 0.75, 0.09, 0.00, 0.13. Web safe color of #38ccdf is #33cccc. Color #38ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 11011111
Octal 70 314 337
Decimal 56 204 223
Hex 38 CC DF

RGB Percentages of Color #38ccdf

%11.59
%42.24
%46.17

CMYK Percentages of Color #38ccdf

%75
%9
%0
%13

Triadic Colors of #38ccdf

#38ccdf #df38cc #ccdf38

Analogous Colors of #38ccdf

#38ccdf #3879df #38df9f

Monochromatic Colors of #38ccdf

#38ccdf

Complementary Color

#38ccdf #df4b38

#38ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccdf Color CSS Codes

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

#38ccdf Text Font Color

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

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


#38ccdf Background Color

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

This div background color is #38ccdf


#38ccdf Border Color

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

This div border color is #38ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccdf


Comments

No comments written yet.

Please login to write comment.