Color Hex Logo

#23bceb Color Hex

#23BCEB
(35,188,235)
0 Favorites   0 Comments

Color spaces of #23bceb

RGB 35188235
HSL0.540.830.53
HSV194°85°92°
CMYK 0.850.200.00   0.08
XYZ33.671842.321984.9915
Yxy42.32190.20920.2629
Hunter Lab65.0553-21.4574-31.9207
CIE-Lab71.0923-21.6075-33.9895

#23bceb color RGB value is (35,188,235).

#23bceb hex color red value is 35, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #23bceb hue: 0.54 , saturation: 0.83 and the lightness value of 23bceb is 0.53.

The process color (four color CMYK) of #23bceb color hex is 0.85, 0.20, 0.00, 0.08. Web safe color of #23bceb is #33ccff. Color #23bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10111100 11101011
Octal 43 274 353
Decimal 35 188 235
Hex 23 BC EB

RGB Percentages of Color #23bceb

%7.64
%41.05
%51.31

CMYK Percentages of Color #23bceb

%85
%20
%0
%8

Triadic Colors of #23bceb

#23bceb #eb23bc #bceb23

Analogous Colors of #23bceb

#23bceb #2358eb #23ebb6

Monochromatic Colors of #23bceb

#23bceb

Complementary Color

#23bceb #eb5223

#23bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23bceb Color CSS Codes

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

#23bceb Text Font Color

<p style="color:#23bceb">Text here</p>

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


#23bceb Background Color

<div style="background-color:#23bceb">
Div content here</div>

This div background color is #23bceb


#23bceb Border Color

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

This div border color is #23bceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,188,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23bceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23bceb;
  -webkit-box-shadow: 1px 1px 3px 2px #23bceb;
  box-shadow:         1px 1px 3px 2px #23bceb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23bceb


Comments

No comments written yet.

Please login to write comment.