Color Hex Logo

#3cdfeb Color Hex

#3CDFEB
(60,223,235)
0 Favorites   0 Comments

Color spaces of #3cdfeb

RGB 60223235
HSL0.510.810.58
HSV184°74°92°
CMYK 0.740.050.00   0.08
XYZ43.246659.734287.8478
Yxy59.73420.22660.3130
Hunter Lab77.2879-35.3738-13.2893
CIE-Lab81.6935-36.5235-17.7517

#3cdfeb color RGB value is (60,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011111 11101011
Octal 74 337 353
Decimal 60 223 235
Hex 3C DF EB

RGB Percentages of Color #3cdfeb

%11.58
%43.05
%45.37

CMYK Percentages of Color #3cdfeb

%74
%5
%0
%8

Triadic Colors of #3cdfeb

#3cdfeb #eb3cdf #dfeb3c

Analogous Colors of #3cdfeb

#3cdfeb #3c88eb #3ceba0

Monochromatic Colors of #3cdfeb

#3cdfeb

Complementary Color

#3cdfeb #eb483c

#3cdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdfeb Color CSS Codes

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

#3cdfeb Text Font Color

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

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


#3cdfeb Background Color

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

This div background color is #3cdfeb


#3cdfeb Border Color

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

This div border color is #3cdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdfeb


Comments

No comments written yet.

Please login to write comment.