Color Hex Logo

#3dceed Color Hex

#3DCEED
(61,206,237)
0 Favorites   0 Comments

Color spaces of #3dceed

RGB 61206237
HSL0.530.830.58
HSV191°74°93°
CMYK 0.740.130.00   0.07
XYZ39.281851.249187.9425
Yxy51.24910.22010.2872
Hunter Lab71.5885-27.3339-22.7226
CIE-Lab76.8297-27.6895-26.2046

#3dceed color RGB value is (61,206,237).

#3dceed hex color red value is 61, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3dceed hue: 0.53 , saturation: 0.83 and the lightness value of 3dceed is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001110 11101101
Octal 75 316 355
Decimal 61 206 237
Hex 3D CE ED

RGB Percentages of Color #3dceed

%12.10
%40.87
%47.02

CMYK Percentages of Color #3dceed

%74
%13
%0
%7

Triadic Colors of #3dceed

#3dceed #ed3dce #ceed3d

Analogous Colors of #3dceed

#3dceed #3d76ed #3dedb4

Monochromatic Colors of #3dceed

#3dceed

Complementary Color

#3dceed #ed5c3d

#3dceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dceed Color CSS Codes

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

#3dceed Text Font Color

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

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


#3dceed Background Color

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

This div background color is #3dceed


#3dceed Border Color

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

This div border color is #3dceed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,206,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dceed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dceed;
  -webkit-box-shadow: 1px 1px 3px 2px #3dceed;
  box-shadow:         1px 1px 3px 2px #3dceed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,206,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dceed


Comments

No comments written yet.

Please login to write comment.