Color Hex Logo

#cdefeb Color Hex

#CDEFEB
(205,239,235)
0 Favorites   0 Comments

Color spaces of #cdefeb

RGB 205239235
HSL0.480.520.87
HSV173°14°94°
CMYK 0.140.000.02   0.06
XYZ71.038780.710390.4318
Yxy80.71030.29330.3333
Hunter Lab89.8389-16.07203.2060
CIE-Lab92.0026-11.7727-1.7853

#cdefeb color RGB value is (205,239,235).

#cdefeb hex color red value is 205, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdefeb hue: 0.48 , saturation: 0.52 and the lightness value of cdefeb is 0.87.

The process color (four color CMYK) of #cdefeb color hex is 0.14, 0.00, 0.02, 0.06. Web safe color of #cdefeb is #ccffff. Color #cdefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 11101011
Octal 315 357 353
Decimal 205 239 235
Hex CD EF EB

RGB Percentages of Color #cdefeb

%30.19
%35.20
%34.61

CMYK Percentages of Color #cdefeb

%14
%0
%2
%6

Triadic Colors of #cdefeb

#cdefeb #ebcdef #efebcd

Analogous Colors of #cdefeb

#cdefeb #cde2ef #cdefda

Monochromatic Colors of #cdefeb

#cdefeb

Complementary Color

#cdefeb #efcdd1

#cdefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdefeb Color CSS Codes

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

#cdefeb Text Font Color

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

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


#cdefeb Background Color

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

This div background color is #cdefeb


#cdefeb Border Color

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

This div border color is #cdefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdefeb


Comments

No comments written yet.

Please login to write comment.