Color Hex Logo

#21cbef Color Hex

#21CBEF
(33,203,239)
0 Favorites   0 Comments

Color spaces of #21cbef

RGB 33203239
HSL0.530.870.53
HSV190°86°94°
CMYK 0.860.150.00   0.06
XYZ37.563149.267289.1911
Yxy49.26720.21340.2799
Hunter Lab70.1906-27.3077-26.2063
CIE-Lab75.6173-27.9767-29.1723

#21cbef color RGB value is (33,203,239).

#21cbef hex color red value is 33, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #21cbef hue: 0.53 , saturation: 0.87 and the lightness value of 21cbef is 0.53.

The process color (four color CMYK) of #21cbef color hex is 0.86, 0.15, 0.00, 0.06. Web safe color of #21cbef is #33ccff. Color #21cbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001011 11101111
Octal 41 313 357
Decimal 33 203 239
Hex 21 CB EF

RGB Percentages of Color #21cbef

%6.95
%42.74
%50.32

CMYK Percentages of Color #21cbef

%86
%15
%0
%6

Triadic Colors of #21cbef

#21cbef #ef21cb #cbef21

Analogous Colors of #21cbef

#21cbef #2164ef #21efac

Monochromatic Colors of #21cbef

#21cbef

Complementary Color

#21cbef #ef4521

#21cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#21cbef Color CSS Codes

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

#21cbef Text Font Color

<p style="color:#21cbef">Text here</p>

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


#21cbef Background Color

<div style="background-color:#21cbef">
Div content here</div>

This div background color is #21cbef


#21cbef Border Color

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

This div border color is #21cbef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,203,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21cbef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21cbef;
  -webkit-box-shadow: 1px 1px 3px 2px #21cbef;
  box-shadow:         1px 1px 3px 2px #21cbef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21cbef


Comments

No comments written yet.

Please login to write comment.