Color Hex Logo

#3dcceb Color Hex

#3DCCEB
(61,204,235)
0 Favorites   0 Comments

Color spaces of #3dcceb

RGB 61204235
HSL0.530.810.58
HSV191°74°92°
CMYK 0.740.130.00   0.08
XYZ38.512750.176086.2524
Yxy50.17600.22010.2868
Hunter Lab70.8350-26.9116-22.6101
CIE-Lab76.1772-27.3238-26.1287

#3dcceb color RGB value is (61,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001100 11101011
Octal 75 314 353
Decimal 61 204 235
Hex 3D CC EB

RGB Percentages of Color #3dcceb

%12.20
%40.80
%47.00

CMYK Percentages of Color #3dcceb

%74
%13
%0
%8

Triadic Colors of #3dcceb

#3dcceb #eb3dcc #cceb3d

Analogous Colors of #3dcceb

#3dcceb #3d75eb #3debb3

Monochromatic Colors of #3dcceb

#3dcceb

Complementary Color

#3dcceb #eb5c3d

#3dcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcceb Color CSS Codes

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

#3dcceb Text Font Color

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

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


#3dcceb Background Color

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

This div background color is #3dcceb


#3dcceb Border Color

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

This div border color is #3dcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcceb


Comments

No comments written yet.

Please login to write comment.