Color Hex Logo

#38aebf Color Hex

#38AEBF
(56,174,191)
0 Favorites   0 Comments

Color spaces of #38aebf

RGB 56174191
HSL0.520.550.48
HSV188°71°75°
CMYK 0.710.090.00   0.25
XYZ26.170934.874454.6423
Yxy34.87440.22620.3015
Hunter Lab59.0546-24.2405-13.5220
CIE-Lab65.6508-26.6584-18.1579

#38aebf color RGB value is (56,174,191).

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

The process color (four color CMYK) of #38aebf color hex is 0.71, 0.09, 0.00, 0.25. Web safe color of #38aebf is #3399cc. Color #38aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 10111111
Octal 70 256 277
Decimal 56 174 191
Hex 38 AE BF

RGB Percentages of Color #38aebf

%13.30
%41.33
%45.37

CMYK Percentages of Color #38aebf

%71
%9
%0
%25

Triadic Colors of #38aebf

#38aebf #bf38ae #aebf38

Analogous Colors of #38aebf

#38aebf #386bbf #38bf8d

Monochromatic Colors of #38aebf

#38aebf

Complementary Color

#38aebf #bf4938

#38aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aebf Color CSS Codes

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

#38aebf Text Font Color

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

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


#38aebf Background Color

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

This div background color is #38aebf


#38aebf Border Color

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

This div border color is #38aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aebf


Comments

No comments written yet.

Please login to write comment.