Color Hex Logo

#3ebdee Color Hex

#3EBDEE
(62,189,238)
0 Favorites   0 Comments

Color spaces of #3ebdee

RGB 62189238
HSL0.550.840.59
HSV197°74°93°
CMYK 0.740.210.00   0.07
XYZ35.616843.592487.4259
Yxy43.59240.21370.2616
Hunter Lab66.0245-19.2515-32.2912
CIE-Lab71.9552-18.6420-34.2434

#3ebdee color RGB value is (62,189,238).

#3ebdee hex color red value is 62, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3ebdee hue: 0.55 , saturation: 0.84 and the lightness value of 3ebdee is 0.59.

The process color (four color CMYK) of #3ebdee color hex is 0.74, 0.21, 0.00, 0.07. Web safe color of #3ebdee is #33ccff. Color #3ebdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 11101110
Octal 76 275 356
Decimal 62 189 238
Hex 3E BD EE

RGB Percentages of Color #3ebdee

%12.68
%38.65
%48.67

CMYK Percentages of Color #3ebdee

%74
%21
%0
%7

Triadic Colors of #3ebdee

#3ebdee #ee3ebd #bdee3e

Analogous Colors of #3ebdee

#3ebdee #3e65ee #3eeec7

Monochromatic Colors of #3ebdee

#3ebdee

Complementary Color

#3ebdee #ee6f3e

#3ebdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebdee Color CSS Codes

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

#3ebdee Text Font Color

<p style="color:#3ebdee">Text here</p>

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


#3ebdee Background Color

<div style="background-color:#3ebdee">
Div content here</div>

This div background color is #3ebdee


#3ebdee Border Color

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

This div border color is #3ebdee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,189,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ebdee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ebdee;
  -webkit-box-shadow: 1px 1px 3px 2px #3ebdee;
  box-shadow:         1px 1px 3px 2px #3ebdee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,189,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebdee


Comments

No comments written yet.

Please login to write comment.