Color Hex Logo

#38cdea Color Hex

#38CDEA
(56,205,234)
0 Favorites   0 Comments

Color spaces of #38cdea

RGB 56205234
HSL0.530.810.57
HSV190°76°92°
CMYK 0.760.120.00   0.08
XYZ38.313550.443985.5592
Yxy50.44390.21980.2894
Hunter Lab71.0239-28.0008-21.7072
CIE-Lab76.3409-28.6686-25.3492

#38cdea color RGB value is (56,205,234).

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

The process color (four color CMYK) of #38cdea color hex is 0.76, 0.12, 0.00, 0.08. Web safe color of #38cdea is #33ccff. Color #38cdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001101 11101010
Octal 70 315 352
Decimal 56 205 234
Hex 38 CD EA

RGB Percentages of Color #38cdea

%11.31
%41.41
%47.27

CMYK Percentages of Color #38cdea

%76
%12
%0
%8

Triadic Colors of #38cdea

#38cdea #ea38cd #cdea38

Analogous Colors of #38cdea

#38cdea #3874ea #38eaae

Monochromatic Colors of #38cdea

#38cdea

Complementary Color

#38cdea #ea5538

#38cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cdea Color CSS Codes

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

#38cdea Text Font Color

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

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


#38cdea Background Color

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

This div background color is #38cdea


#38cdea Border Color

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

This div border color is #38cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cdea


Comments

No comments written yet.

Please login to write comment.