Color Hex Logo

#cdef7b Color Hex

#CDEF7B
(205,239,123)
0 Favorites   0 Comments

Color spaces of #cdef7b

RGB 205239123
HSL0.220.780.71
HSV78°49°94°
CMYK 0.140.000.49   0.06
XYZ59.618576.142230.2936
Yxy76.14220.35900.4585
Hunter Lab87.2595-30.747240.4981
CIE-Lab89.9253-28.567752.0648

#cdef7b color RGB value is (205,239,123).

#cdef7b hex color red value is 205, green value is 239 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cdef7b hue: 0.22 , saturation: 0.78 and the lightness value of cdef7b is 0.71.

The process color (four color CMYK) of #cdef7b color hex is 0.14, 0.00, 0.49, 0.06. Web safe color of #cdef7b is #ccff66. Color #cdef7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 01111011
Octal 315 357 173
Decimal 205 239 123
Hex CD EF 7B

RGB Percentages of Color #cdef7b

%36.16
%42.15
%21.69

CMYK Percentages of Color #cdef7b

%14
%0
%49
%6

Triadic Colors of #cdef7b

#cdef7b #7bcdef #ef7bcd

Analogous Colors of #cdef7b

#cdef7b #93ef7b #efd77b

Monochromatic Colors of #cdef7b

#cdef7b

Complementary Color

#cdef7b #9d7bef

#cdef7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef7b Color CSS Codes

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

#cdef7b Text Font Color

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

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


#cdef7b Background Color

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

This div background color is #cdef7b


#cdef7b Border Color

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

This div border color is #cdef7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,239,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef7b


Comments

No comments written yet.

Please login to write comment.