Color Hex Logo

#38aefb Color Hex

#38AEFB
(56,174,251)
0 Favorites   0 Comments

Color spaces of #38aefb

RGB 56174251
HSL0.570.960.60
HSV204°78°98°
CMYK 0.780.310.00   0.02
XYZ34.179538.077996.8151
Yxy38.07790.20220.2252
Hunter Lab61.7073-9.1171-49.8274
CIE-Lab68.0780-6.8455-47.3579

#38aefb color RGB value is (56,174,251).

#38aefb hex color red value is 56, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #38aefb hue: 0.57 , saturation: 0.96 and the lightness value of 38aefb is 0.60.

The process color (four color CMYK) of #38aefb color hex is 0.78, 0.31, 0.00, 0.02. Web safe color of #38aefb is #3399ff. Color #38aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 11111011
Octal 70 256 373
Decimal 56 174 251
Hex 38 AE FB

RGB Percentages of Color #38aefb

%11.64
%36.17
%52.18

CMYK Percentages of Color #38aefb

%78
%31
%0
%2

Triadic Colors of #38aefb

#38aefb #fb38ae #aefb38

Analogous Colors of #38aefb

#38aefb #384cfb #38fbe7

Monochromatic Colors of #38aefb

#38aefb

Complementary Color

#38aefb #fb8538

#38aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aefb Color CSS Codes

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

#38aefb Text Font Color

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

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


#38aefb Background Color

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

This div background color is #38aefb


#38aefb Border Color

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

This div border color is #38aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aefb


Comments

No comments written yet.

Please login to write comment.