Color Hex Logo

#2fbcdf Color Hex

#2FBCDF
(47,188,223)
0 Favorites   0 Comments

Color spaces of #2fbcdf

RGB 47188223
HSL0.530.730.53
HSV192°79°87°
CMYK 0.790.160.00   0.13
XYZ32.474841.898576.1877
Yxy41.89850.21570.2783
Hunter Lab64.7291-23.7217-24.4755
CIE-Lab70.8009-24.5944-27.9005

#2fbcdf color RGB value is (47,188,223).

#2fbcdf hex color red value is 47, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2fbcdf hue: 0.53 , saturation: 0.73 and the lightness value of 2fbcdf is 0.53.

The process color (four color CMYK) of #2fbcdf color hex is 0.79, 0.16, 0.00, 0.13. Web safe color of #2fbcdf is #33cccc. Color #2fbcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111100 11011111
Octal 57 274 337
Decimal 47 188 223
Hex 2F BC DF

RGB Percentages of Color #2fbcdf

%10.26
%41.05
%48.69

CMYK Percentages of Color #2fbcdf

%79
%16
%0
%13

Triadic Colors of #2fbcdf

#2fbcdf #df2fbc #bcdf2f

Analogous Colors of #2fbcdf

#2fbcdf #2f64df #2fdfaa

Monochromatic Colors of #2fbcdf

#2fbcdf

Complementary Color

#2fbcdf #df522f

#2fbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbcdf Color CSS Codes

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

#2fbcdf Text Font Color

<p style="color:#2fbcdf">Text here</p>

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


#2fbcdf Background Color

<div style="background-color:#2fbcdf">
Div content here</div>

This div background color is #2fbcdf


#2fbcdf Border Color

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

This div border color is #2fbcdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,188,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 #2fbcdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbcdf


Comments

No comments written yet.

Please login to write comment.