Color Hex Logo

#23cdeb Color Hex

#23CDEB
(35,205,235)
0 Favorites   0 Comments

Color spaces of #23cdeb

RGB 35205235
HSL0.530.830.53
HSV189°85°92°
CMYK 0.850.130.00   0.08
XYZ37.519950.018186.2742
Yxy50.01810.21590.2878
Hunter Lab70.7235-29.0691-22.8203
CIE-Lab76.0804-30.1135-26.3111

#23cdeb color RGB value is (35,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 11001101 11101011
Octal 43 315 353
Decimal 35 205 235
Hex 23 CD EB

RGB Percentages of Color #23cdeb

%7.37
%43.16
%49.47

CMYK Percentages of Color #23cdeb

%85
%13
%0
%8

Triadic Colors of #23cdeb

#23cdeb #eb23cd #cdeb23

Analogous Colors of #23cdeb

#23cdeb #2369eb #23eba5

Monochromatic Colors of #23cdeb

#23cdeb

Complementary Color

#23cdeb #eb4123

#23cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#23cdeb Color CSS Codes

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

#23cdeb Text Font Color

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

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


#23cdeb Background Color

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

This div background color is #23cdeb


#23cdeb Border Color

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

This div border color is #23cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23cdeb


Comments

No comments written yet.

Please login to write comment.