Color Hex Logo

#38bede Color Hex

#38BEDE
(56,190,222)
0 Favorites   0 Comments

Color spaces of #38bede

RGB 56190222
HSL0.530.720.55
HSV192°75°87°
CMYK 0.750.140.00   0.13
XYZ33.229242.941675.6444
Yxy42.94160.21890.2829
Hunter Lab65.5298-24.1625-22.5705
CIE-Lab71.5153-24.9878-26.2456

#38bede color RGB value is (56,190,222).

#38bede hex color red value is 56, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #38bede hue: 0.53 , saturation: 0.72 and the lightness value of 38bede is 0.55.

The process color (four color CMYK) of #38bede color hex is 0.75, 0.14, 0.00, 0.13. Web safe color of #38bede is #33cccc. Color #38bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111110 11011110
Octal 70 276 336
Decimal 56 190 222
Hex 38 BE DE

RGB Percentages of Color #38bede

%11.97
%40.60
%47.44

CMYK Percentages of Color #38bede

%75
%14
%0
%13

Triadic Colors of #38bede

#38bede #de38be #bede38

Analogous Colors of #38bede

#38bede #386bde #38deab

Monochromatic Colors of #38bede

#38bede

Complementary Color

#38bede #de5838

#38bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bede Color CSS Codes

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

#38bede Text Font Color

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

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


#38bede Background Color

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

This div background color is #38bede


#38bede Border Color

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

This div border color is #38bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bede


Comments

No comments written yet.

Please login to write comment.