Color Hex Logo

#3fcbe2 Color Hex

#3FCBE2
(63,203,226)
0 Favorites   0 Comments

Color spaces of #3fcbe2

RGB 63203226
HSL0.520.740.57
HSV188°72°89°
CMYK 0.720.100.00   0.11
XYZ37.133349.259679.5024
Yxy49.25960.22380.2969
Hunter Lab70.1852-28.3840-18.0312
CIE-Lab75.6125-29.3612-22.1431

#3fcbe2 color RGB value is (63,203,226).

#3fcbe2 hex color red value is 63, green value is 203 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #3fcbe2 hue: 0.52 , saturation: 0.74 and the lightness value of 3fcbe2 is 0.57.

The process color (four color CMYK) of #3fcbe2 color hex is 0.72, 0.10, 0.00, 0.11. Web safe color of #3fcbe2 is #33cccc. Color #3fcbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001011 11100010
Octal 77 313 342
Decimal 63 203 226
Hex 3F CB E2

RGB Percentages of Color #3fcbe2

%12.80
%41.26
%45.93

CMYK Percentages of Color #3fcbe2

%72
%10
%0
%11

Triadic Colors of #3fcbe2

#3fcbe2 #e23fcb #cbe23f

Analogous Colors of #3fcbe2

#3fcbe2 #3f7ae2 #3fe2a8

Monochromatic Colors of #3fcbe2

#3fcbe2

Complementary Color

#3fcbe2 #e2563f

#3fcbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcbe2 Color CSS Codes

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

#3fcbe2 Text Font Color

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

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


#3fcbe2 Background Color

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

This div background color is #3fcbe2


#3fcbe2 Border Color

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

This div border color is #3fcbe2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,203,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcbe2


Comments

No comments written yet.

Please login to write comment.