Color Hex Logo

#23bedd Color Hex

#23BEDD
(35,190,221)
0 Favorites   0 Comments

Color spaces of #23bedd

RGB 35190221
HSL0.530.730.50
HSV190°84°87°
CMYK 0.840.140.00   0.13
XYZ32.157742.404774.8966
Yxy42.40470.21520.2837
Hunter Lab65.1189-25.8093-22.6093
CIE-Lab71.1490-27.2365-26.2915

#23bedd color RGB value is (35,190,221).

#23bedd hex color red value is 35, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #23bedd hue: 0.53 , saturation: 0.73 and the lightness value of 23bedd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10111110 11011101
Octal 43 276 335
Decimal 35 190 221
Hex 23 BE DD

RGB Percentages of Color #23bedd

%7.85
%42.60
%49.55

CMYK Percentages of Color #23bedd

%84
%14
%0
%13

Triadic Colors of #23bedd

#23bedd #dd23be #bedd23

Analogous Colors of #23bedd

#23bedd #2361dd #23dd9f

Monochromatic Colors of #23bedd

#23bedd

Complementary Color

#23bedd #dd4223

#23bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23bedd Color CSS Codes

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

#23bedd Text Font Color

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

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


#23bedd Background Color

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

This div background color is #23bedd


#23bedd Border Color

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

This div border color is #23bedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23bedd


Comments

No comments written yet.

Please login to write comment.