Color Hex Logo

#38afcd Color Hex

#38AFCD
(56,175,205)
0 Favorites   0 Comments

Color spaces of #38afcd

RGB 56175205
HSL0.530.600.51
HSV192°73°80°
CMYK 0.730.150.00   0.20
XYZ27.980335.908563.2139
Yxy35.90850.22010.2825
Hunter Lab59.9237-21.5191-20.5988
CIE-Lab66.4500-22.7731-24.6903

#38afcd color RGB value is (56,175,205).

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

The process color (four color CMYK) of #38afcd color hex is 0.73, 0.15, 0.00, 0.20. Web safe color of #38afcd is #3399cc. Color #38afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 11001101
Octal 70 257 315
Decimal 56 175 205
Hex 38 AF CD

RGB Percentages of Color #38afcd

%12.84
%40.14
%47.02

CMYK Percentages of Color #38afcd

%73
%15
%0
%20

Triadic Colors of #38afcd

#38afcd #cd38af #afcd38

Analogous Colors of #38afcd

#38afcd #3865cd #38cda1

Monochromatic Colors of #38afcd

#38afcd

Complementary Color

#38afcd #cd5638

#38afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afcd Color CSS Codes

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

#38afcd Text Font Color

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

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


#38afcd Background Color

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

This div background color is #38afcd


#38afcd Border Color

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

This div border color is #38afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afcd


Comments

No comments written yet.

Please login to write comment.