Color Hex Logo

#3fcdeb Color Hex

#3FCDEB
(63,205,235)
0 Favorites   0 Comments

Color spaces of #3fcdeb

RGB 63205235
HSL0.530.810.58
HSV190°73°92°
CMYK 0.730.130.00   0.08
XYZ38.876650.717686.3377
Yxy50.71760.22100.2883
Hunter Lab71.2163-27.1863-22.0277
CIE-Lab76.5076-27.5865-25.6199

#3fcdeb color RGB value is (63,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001101 11101011
Octal 77 315 353
Decimal 63 205 235
Hex 3F CD EB

RGB Percentages of Color #3fcdeb

%12.52
%40.76
%46.72

CMYK Percentages of Color #3fcdeb

%73
%13
%0
%8

Triadic Colors of #3fcdeb

#3fcdeb #eb3fcd #cdeb3f

Analogous Colors of #3fcdeb

#3fcdeb #3f77eb #3febb3

Monochromatic Colors of #3fcdeb

#3fcdeb

Complementary Color

#3fcdeb #eb5d3f

#3fcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcdeb Color CSS Codes

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

#3fcdeb Text Font Color

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

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


#3fcdeb Background Color

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

This div background color is #3fcdeb


#3fcdeb Border Color

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

This div border color is #3fcdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,205,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 #3fcdeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcdeb


Comments

No comments written yet.

Please login to write comment.