Color Hex Logo

#2cbeeb Color Hex

#2CBEEB
(44,190,235)
0 Favorites   0 Comments

Color spaces of #2cbeeb

RGB 44190235
HSL0.540.830.55
HSV194°81°92°
CMYK 0.810.190.00   0.08
XYZ34.447643.360585.1511
Yxy43.36050.21140.2661
Hunter Lab65.8487-21.8560-30.5758
CIE-Lab71.7990-21.9570-32.8863

#2cbeeb color RGB value is (44,190,235).

#2cbeeb hex color red value is 44, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2cbeeb hue: 0.54 , saturation: 0.83 and the lightness value of 2cbeeb is 0.55.

The process color (four color CMYK) of #2cbeeb color hex is 0.81, 0.19, 0.00, 0.08. Web safe color of #2cbeeb is #33ccff. Color #2cbeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10111110 11101011
Octal 54 276 353
Decimal 44 190 235
Hex 2C BE EB

RGB Percentages of Color #2cbeeb

%9.38
%40.51
%50.11

CMYK Percentages of Color #2cbeeb

%81
%19
%0
%8

Triadic Colors of #2cbeeb

#2cbeeb #eb2cbe #beeb2c

Analogous Colors of #2cbeeb

#2cbeeb #2c5feb #2cebb9

Monochromatic Colors of #2cbeeb

#2cbeeb

Complementary Color

#2cbeeb #eb592c

#2cbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cbeeb Color CSS Codes

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

#2cbeeb Text Font Color

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

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


#2cbeeb Background Color

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

This div background color is #2cbeeb


#2cbeeb Border Color

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

This div border color is #2cbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cbeeb


Comments

No comments written yet.

Please login to write comment.