Color Hex Logo

#38cfbc Color Hex

#38CFBC
(56,207,188)
0 Favorites   0 Comments

Color spaces of #38cfbc

RGB 56207188
HSL0.480.610.52
HSV172°73°81°
CMYK 0.730.000.09   0.19
XYZ33.020849.097255.3133
Yxy49.09720.24030.3572
Hunter Lab70.0694-38.50182.2446
CIE-Lab75.5118-42.9518-1.8041

#38cfbc color RGB value is (56,207,188).

#38cfbc hex color red value is 56, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #38cfbc hue: 0.48 , saturation: 0.61 and the lightness value of 38cfbc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001111 10111100
Octal 70 317 274
Decimal 56 207 188
Hex 38 CF BC

RGB Percentages of Color #38cfbc

%12.42
%45.90
%41.69

CMYK Percentages of Color #38cfbc

%73
%0
%9
%19

Triadic Colors of #38cfbc

#38cfbc #bc38cf #cfbc38

Analogous Colors of #38cfbc

#38cfbc #3897cf #38cf71

Monochromatic Colors of #38cfbc

#38cfbc

Complementary Color

#38cfbc #cf384b

#38cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cfbc Color CSS Codes

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

#38cfbc Text Font Color

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

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


#38cfbc Background Color

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

This div background color is #38cfbc


#38cfbc Border Color

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

This div border color is #38cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cfbc


Comments

No comments written yet.

Please login to write comment.