Color Hex Logo

#3cbedf Color Hex

#3CBEDF
(60,190,223)
0 Favorites   0 Comments

Color spaces of #3cbedf

RGB 60190223
HSL0.530.720.55
HSV192°73°87°
CMYK 0.730.150.00   0.13
XYZ33.596243.115376.3634
Yxy43.11530.21950.2817
Hunter Lab65.6622-23.5791-22.9891
CIE-Lab71.6332-24.2038-26.6019

#3cbedf color RGB value is (60,190,223).

#3cbedf hex color red value is 60, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3cbedf hue: 0.53 , saturation: 0.72 and the lightness value of 3cbedf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11011111
Octal 74 276 337
Decimal 60 190 223
Hex 3C BE DF

RGB Percentages of Color #3cbedf

%12.68
%40.17
%47.15

CMYK Percentages of Color #3cbedf

%73
%15
%0
%13

Triadic Colors of #3cbedf

#3cbedf #df3cbe #bedf3c

Analogous Colors of #3cbedf

#3cbedf #3c6ddf #3cdfaf

Monochromatic Colors of #3cbedf

#3cbedf

Complementary Color

#3cbedf #df5d3c

#3cbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbedf Color CSS Codes

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

#3cbedf Text Font Color

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

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


#3cbedf Background Color

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

This div background color is #3cbedf


#3cbedf Border Color

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

This div border color is #3cbedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,190,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbedf


Comments

No comments written yet.

Please login to write comment.