Color Hex Logo

#23bbdf Color Hex

#23BBDF
(35,187,223)
0 Favorites   0 Comments

Color spaces of #23bbdf

RGB 35187223
HSL0.530.750.51
HSV191°84°87°
CMYK 0.840.160.00   0.13
XYZ31.782741.225776.0943
Yxy41.22570.21320.2765
Hunter Lab64.2072-24.0049-25.3216
CIE-Lab70.3338-25.0820-28.6333

#23bbdf color RGB value is (35,187,223).

#23bbdf hex color red value is 35, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #23bbdf hue: 0.53 , saturation: 0.75 and the lightness value of 23bbdf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10111011 11011111
Octal 43 273 337
Decimal 35 187 223
Hex 23 BB DF

RGB Percentages of Color #23bbdf

%7.87
%42.02
%50.11

CMYK Percentages of Color #23bbdf

%84
%16
%0
%13

Triadic Colors of #23bbdf

#23bbdf #df23bb #bbdf23

Analogous Colors of #23bbdf

#23bbdf #235ddf #23dfa5

Monochromatic Colors of #23bbdf

#23bbdf

Complementary Color

#23bbdf #df4723

#23bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#23bbdf Color CSS Codes

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

#23bbdf Text Font Color

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

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


#23bbdf Background Color

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

This div background color is #23bbdf


#23bbdf Border Color

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

This div border color is #23bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23bbdf


Comments

No comments written yet.

Please login to write comment.