Color Hex Logo

#38afce Color Hex

#38AFCE
(56,175,206)
0 Favorites   0 Comments

Color spaces of #38afce

RGB 56175206
HSL0.530.600.51
HSV192°73°81°
CMYK 0.730.150.00   0.19
XYZ28.101435.956963.8518
Yxy35.95690.21970.2811
Hunter Lab59.9641-21.2854-21.1592
CIE-Lab66.4870-22.4536-25.1858

#38afce color RGB value is (56,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 11001110
Octal 70 257 316
Decimal 56 175 206
Hex 38 AF CE

RGB Percentages of Color #38afce

%12.81
%40.05
%47.14

CMYK Percentages of Color #38afce

%73
%15
%0
%19

Triadic Colors of #38afce

#38afce #ce38af #afce38

Analogous Colors of #38afce

#38afce #3864ce #38cea2

Monochromatic Colors of #38afce

#38afce

Complementary Color

#38afce #ce5738

#38afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#38afce Color CSS Codes

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

#38afce Text Font Color

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

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


#38afce Background Color

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

This div background color is #38afce


#38afce Border Color

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

This div border color is #38afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38afce


Comments

No comments written yet.

Please login to write comment.